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 85a46ee commit 2797732Copy full SHA for 2797732
.github/workflows/fix-code-style.yml
@@ -41,6 +41,6 @@ jobs:
41
composer style
42
43
- name: Commit changes
44
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
45
with:
46
commit_message: Fix styling
.github/workflows/update-changelog.yml
@@ -21,7 +21,7 @@ jobs:
21
release-notes: ${{ github.event.release.body }}
22
23
- name: Commit updated CHANGELOG
24
25
26
branch: next
27
commit_message: Update CHANGELOG
0 commit comments