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 e16d2c6 + 570493b commit d2818bbCopy full SHA for d2818bb
.github/workflows/fix-php-code-style-issues.yml
@@ -25,6 +25,6 @@ jobs:
25
uses: aglipanci/laravel-pint-action@2.6
26
27
- name: Commit changes
28
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
29
with:
30
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -25,7 +25,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
branch: main
31
commit_message: Update CHANGELOG
0 commit comments