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 a9d2dcf commit a4e9663Copy full SHA for a4e9663
.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@v5.0.0
+ uses: stefanzweifel/git-auto-commit-action@v6.0.1
25
with:
26
commit_message: Fix styling
27
branch: ${{ steps.extract_branch.outputs.branch }}
.github/workflows/update-changelog.yml
@@ -22,7 +22,7 @@ jobs:
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
branch: ${{ github.event.release.target_commitish }}
28
commit_message: Update CHANGELOG
0 commit comments