We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 631e7f8 + 264c107 commit d89974fCopy full SHA for d89974f
.github/workflows/fix-php-code-style-issues.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: aglipanci/laravel-pint-action@2.6
17
18
- name: Commit changes
19
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
20
with:
21
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -19,7 +19,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
22
23
24
branch: ${{ github.event.release.target_commitish }}
25
commit_message: Update CHANGELOG
0 commit comments