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 e5bb0b7 commit 40e6350Copy full SHA for 40e6350
.github/workflows/fix-php-code-style.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: aglipanci/[email protected]
17
18
- name: Commit changes
19
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v7
20
with:
21
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -34,7 +34,7 @@ jobs:
34
compare-url-target-revision: ${{ github.event.release.target_commitish }}
35
36
- name: Commit updated CHANGELOG
37
38
39
branch: ${{ github.event.release.target_commitish }}
40
commit_message: Update CHANGELOG
0 commit comments