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.
2 parents 2d4357a + ae148e5 commit 54d2250Copy full SHA for 54d2250
.github/workflows/code-quality.yml
@@ -50,6 +50,6 @@ jobs:
50
51
- name: Commit formatting changes
52
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
53
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
54
with:
55
commit_message: 'style: fix code formatting [skip ci]'
.github/workflows/update-changelog.yml
@@ -25,7 +25,7 @@ jobs:
25
release-notes: ${{ github.event.release.body }}
26
27
- name: Commit updated CHANGELOG
28
29
30
branch: main
31
commit_message: 'docs: update CHANGELOG for ${{ github.event.release.tag_name }}'
0 commit comments