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 5637cb6 + 3290274 commit 7243d8fCopy full SHA for 7243d8f
.github/workflows/php-cs-fixer.yml
@@ -29,7 +29,7 @@ jobs:
29
run: composer style-fix
30
31
- name: Commit changes
32
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
33
with:
34
commit_message: Fix styling
35
file_pattern: '**.php'
.github/workflows/update-changelog.yml
@@ -22,7 +22,7 @@ jobs:
22
release-notes: ${{ github.event.release.body }}
23
24
- name: Commit updated CHANGELOG
25
26
27
branch: main
28
commit_message: Update CHANGELOG
0 commit comments