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 7dd9904 commit 38d522eCopy full SHA for 38d522e
.github/workflows/php-cs-fixer.yml
@@ -18,6 +18,6 @@ jobs:
18
args: --config=.php_cs.dist.php --allow-risky=yes
19
20
- name: Commit changes
21
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v7
22
with:
23
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -25,7 +25,7 @@ jobs:
25
release-notes: ${{ github.event.release.body }}
26
27
- name: Commit updated CHANGELOG
28
29
30
branch: main
31
commit_message: Update CHANGELOG
0 commit comments