We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f572f + 78db5f9 commit fbbefccCopy full SHA for fbbefcc
.github/workflows/fix-php-code-style-issues.yml
@@ -16,6 +16,6 @@ jobs:
16
uses: aglipanci/laravel-pint-action@1.0.0
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
@@ -21,7 +21,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
22
23
- name: Commit updated CHANGELOG
24
25
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments