We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b9ba3e + f5abb47 commit a476d7eCopy full SHA for a476d7e
.github/workflows/fix-php-code-style.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: aglipanci/laravel-pint-action@2.4
17
18
- name: Commit changes
19
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
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