Skip to content

Commit 00f9db7

Browse files
committed
Use conventional commit message in ci
1 parent becef9d commit 00f9db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: stefanzweifel/git-auto-commit-action@v4
3838
if: always()
3939
with:
40-
commit_message: Run format
40+
commit_message: 'ci: Format code'
4141
commit_user_name: ${{ secrets.GIT_USER_NAME }}
4242
commit_user_email: ${{ secrets.GIT_USER_EMAIL }}
4343
commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Commit
3939
uses: stefanzweifel/git-auto-commit-action@v4
4040
with:
41-
commit_message: Generate code
41+
commit_message: 'ci: Generate code'
4242
commit_user_name: ${{ secrets.GIT_USER_NAME }}
4343
commit_user_email: ${{ secrets.GIT_USER_EMAIL }}
4444
commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>

0 commit comments

Comments
 (0)