File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
uses : stefanzweifel/git-auto-commit-action@v4
38
38
if : always()
39
39
with :
40
- commit_message : Run format
40
+ commit_message : ' ci: Format code '
41
41
commit_user_name : ${{ secrets.GIT_USER_NAME }}
42
42
commit_user_email : ${{ secrets.GIT_USER_EMAIL }}
43
43
commit_author : ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>
Original file line number Diff line number Diff line change 38
38
- name : Commit
39
39
uses : stefanzweifel/git-auto-commit-action@v4
40
40
with :
41
- commit_message : Generate code
41
+ commit_message : ' ci: Generate code'
42
42
commit_user_name : ${{ secrets.GIT_USER_NAME }}
43
43
commit_user_email : ${{ secrets.GIT_USER_EMAIL }}
44
44
commit_author : ${{ secrets.GIT_USER_NAME }} <${{ secrets.GIT_USER_EMAIL }}>
You can’t perform that action at this time.
0 commit comments