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.
2 parents 82fa141 + 0ba66e1 commit a900570Copy full SHA for a900570
.github/workflows/fix-php-code-style-issues.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: aglipanci/laravel-pint-action@2.5
23
24
- name: Commit changes
25
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
26
with:
27
token: ${{secrets.GITHUB_TOKEN}}
28
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
29
branch: main
30
commit_message: Update CHANGELOG
0 commit comments