Skip to content

Commit 79e2db8

Browse files
committed
Update format and generate commit messages
1 parent cfa352a commit 79e2db8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: stefanzweifel/git-auto-commit-action@v5
3636
if: always()
3737
with:
38-
commit_message: Run format
38+
commit_message: 'ci: Format code'
3939
commit_user_name: ${{ secrets.GIT_USER_NAME }}
4040
commit_user_email: ${{ secrets.GIT_USER_EMAIL }}
4141
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
@@ -36,7 +36,7 @@ jobs:
3636
- name: Commit
3737
uses: stefanzweifel/git-auto-commit-action@v5
3838
with:
39-
commit_message: Generate code
39+
commit_message: 'ci: Generate code'
4040
commit_user_name: ${{ secrets.GIT_USER_NAME }}
4141
commit_user_email: ${{ secrets.GIT_USER_EMAIL }}
4242
commit_author: ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>

0 commit comments

Comments
 (0)