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 7d4688e + 5237558 commit 4a8c8e8Copy full SHA for 4a8c8e8
.github/workflows/php-cs-fixer.yml
@@ -36,7 +36,7 @@ jobs:
36
run: composer style-lint
37
38
- name: Commit changes
39
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
40
with:
41
commit_message: Fix styling
42
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: master
28
commit_message: Update CHANGELOG
0 commit comments