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 da31870 + 5f80b96 commit 7b1b4b7Copy full SHA for 7b1b4b7
.github/workflows/fix-php-coding-style.yml
@@ -28,6 +28,6 @@ jobs:
28
uses: aglipanci/laravel-pint-action@2.4
29
30
- name: Commit changes
31
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
32
with:
33
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
compare-url-target-revision: ${{ github.event.release.target_commitish }}
25
26
- name: Commit updated CHANGELOG
27
branch: master
commit_message: Update CHANGELOG
0 commit comments