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 96733e8 commit 19bcc27Copy full SHA for 19bcc27
.github/workflows/fix-php-code-style-issues.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: aglipanci/laravel-pint-action@2.6
24
25
- name: Commit changes
26
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
27
with:
28
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
21
release-notes: ${{ github.event.release.body }}
22
- name: Commit updated CHANGELOG
- uses: stefanzweifel/git-auto-commit-action@v5
branch: main
commit_message: Update CHANGELOG
0 commit comments