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 ae013cb commit 357fc4dCopy full SHA for 357fc4d
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
run: npm run stylelint -- --report-needless-disables
22
- name: Push up any fixes
23
if: ${{ github.event_name == 'pull_request' }}
24
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
25
with:
26
commit_message: Fixing stylelint issues
27
commit_user_name: GitHub Design Engineering Bot
0 commit comments