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 7d4688e commit 5237558Copy full SHA for 5237558
.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