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 7c7e39c commit c8b8130Copy full SHA for c8b8130
.github/workflows/fix-php-code-style-issues.yml
@@ -28,6 +28,6 @@ jobs:
28
run: ./vendor/bin/pint
29
30
- name: Commit changes
31
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
32
with:
33
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
21
release-notes: ${{ github.event.release.body }}
22
23
- name: Commit updated CHANGELOG
24
25
26
branch: main
27
commit_message: Update CHANGELOG
0 commit comments