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 2b03ab8 commit 87e4c97Copy full SHA for 87e4c97
.github/workflows/pint.yml
@@ -20,6 +20,6 @@ jobs:
20
uses: aglipanci/[email protected]
21
22
- name: Commit changes
23
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
24
with:
25
commit_message: Fix PHP styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments