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.
2 parents ac38dc4 + 68e039b commit 4e8d8d6Copy full SHA for 4e8d8d6
.github/workflows/fix-styling.yml
@@ -19,6 +19,6 @@ jobs:
19
uses: aglipanci/[email protected]
20
21
- name: Commit changes
22
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v6
23
with:
24
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
25
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments