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 7da9081 + 5fa7d6c commit 5a4f4c9Copy full SHA for 5a4f4c9
.github/workflows/php-cs-fixer.yml
@@ -21,6 +21,6 @@ jobs:
21
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
22
23
- name: Commit changes
24
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
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
28
29
branch: main
30
commit_message: Update CHANGELOG for ${{ github.event.release.name }}
0 commit comments