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 32b86a1 commit 1799dc7Copy full SHA for 1799dc7
.github/workflows/changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
release-notes: ${{ github.event.release.body }}
25
26
- name: Commit updated CHANGELOG
27
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
28
with:
29
branch: ${{ github.event.release.target_commitish }}
30
commit_message: Update CHANGELOG
.github/workflows/standards.yml
@@ -42,6 +42,6 @@ jobs:
42
run: composer stan
43
44
- name: Commit changes
45
46
47
commit_message: 'Fix styling'
0 commit comments