We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b458c + 611abd6 commit 40a7243Copy full SHA for 40a7243
.github/workflows/fix-php-code-style-issues.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Commit changes
44
if: github.event_name == 'push'
45
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
46
with:
47
commit_message: Fix styling
48
branch: ${{ github.ref_name }}
.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