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 65e8831 commit 5df3291Copy full SHA for 5df3291
.github/workflows/fix-php-code-style-issues.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Commit changes
39
if: github.event_name == 'pull_request'
40
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
41
with:
42
commit_message: Fix styling
43
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
release-notes: ${{ github.event.release.body }}
25
26
- name: Commit updated CHANGELOG
27
28
29
branch: main
30
commit_message: Update CHANGELOG
0 commit comments