We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b389315 commit 46b85e8Copy full SHA for 46b85e8
.github/workflows/php-cs-fixer.yml
@@ -18,6 +18,6 @@ jobs:
18
args: --config=.php-cs-fixer.dist.php --allow-risky=yes
19
20
- name: Commit changes
21
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
22
with:
23
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
24
25
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments