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