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 e80bdd4 commit 359874cCopy full SHA for 359874c
.github/workflows/format-code.yml
@@ -27,6 +27,6 @@ jobs:
27
run: ./node_modules/.bin/eslint --config eslint.config.js --fix ./src/**/* ./tests/**/*
28
29
- name: Commit changes
30
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
31
with:
32
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
21
release-notes: ${{ github.event.release.body }}
22
23
- name: Commit updated CHANGELOG
24
25
26
branch: main
commit_message: Update CHANGELOG
0 commit comments