8000
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 a1e38b5 + 6675be1 commit f2d4a72Copy full SHA for f2d4a72
.github/workflows/fix-php-code-style-issues.yml
@@ -22,6 +22,6 @@ jobs:
22
uses: aglipanci/laravel-pint-action@2.3.0
23
24
- name: Commit changes
25
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
26
with:
27
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
28
29
branch: main
30
commit_message: Update CHANGELOG
0 commit comments