We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811da92 + 34f0638 commit da200d1Copy full SHA for da200d1
2 files changed
.github/workflows/fix-php-code-style-issues.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: aglipanci/laravel-pint-action@2.5
24
25
- name: Commit changes
26
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
27
with:
28
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -25,7 +25,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
29
30
branch: main
31
commit_message: Update CHANGELOG
0 commit comments