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 4011bcc commit 50223e6Copy full SHA for 50223e6
.github/workflows/php-cs-fixer.yml
@@ -21,7 +21,7 @@ jobs:
21
id: extract_branch
22
23
- name: Commit changes
24
- uses: stefanzweifel/git-auto-commit-action@v2.3.0
+ uses: stefanzweifel/git-auto-commit-action@v4.16.0
25
with:
26
commit_message: Fix styling
27
branch: ${{ steps.extract_branch.outputs.branch }}
.github/workflows/update-changelog.yml
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
- uses: stefanzweifel/git-auto-commit-action@v4
branch: main
commit_message: Update CHANGELOG
0 commit comments