We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa352a commit 79e2db8Copy full SHA for 79e2db8
2 files changed
.github/workflows/format.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: stefanzweifel/git-auto-commit-action@v5
36
if: always()
37
with:
38
- commit_message: Run format
+ commit_message: 'ci: Format code'
39
commit_user_name: ${{ secrets.GIT_USER_NAME }}
40
commit_user_email: ${{ secrets.GIT_USER_EMAIL }}
41
commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>
.github/workflows/generate.yml
@@ -36,7 +36,7 @@ jobs:
- name: Commit
- commit_message: Generate code
+ commit_message: 'ci: Generate code'
42
0 commit comments