We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a14ef9 commit 5fa4072Copy full SHA for 5fa4072
.github/workflows/prettier.yml
@@ -46,5 +46,5 @@ jobs:
46
git config user.name "${{ github.actor }}"
47
git config user.email "${{ github.actor }}@users.noreply.github.com"
48
git add .
49
- git commit -m "chore: format code and fix lint issues [skip ci]"
+ git commit -m "chore: format code and fix lint issues"
50
git push origin ${{ github.ref_name }}
0 commit comments