We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d5a3 commit eb21409Copy full SHA for eb21409
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
run: npm run stylelint:fix
20
- name: Push up any fixes
21
if: ${{ github.event_name == 'pull_request' }}
22
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
23
with:
24
commit_message: Fixing stylelint issues
25
commit_user_name: GitHub Design Engineering Bot
0 commit comments