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 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 }}>
Original file line number Diff line number Diff line change 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 }}>
You can’t perform that action at this time.
0 commit comments