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 ad66e09 + 200bf85 commit a613f03Copy full SHA for a613f03
.github/workflows/pint.yml
@@ -21,6 +21,6 @@ jobs:
21
uses: aglipanci/[email protected]
22
23
- name: Commit changes
24
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
25
with:
26
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
27
- uses: stefanzweifel/git-auto-commit-action@v4.16.0
28
29
branch: changelog-${{ github.event.release.name }}
30
create_branch: true
0 commit comments