File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,13 @@ jobs:
3838 git config --local user.name 'github-actions[bot]'
3939 git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
4040 git add --all
41- git commit -m "chore: bump deps"
41+ git commit -m "chore(nix) : bump deps"
4242 - name : Create Pull Request
4343 if : ${{ !github.head_ref }}
4444 continue-on-error : true
4545 uses : peter-evans/create-pull-request@v8
4646 with :
4747 delete-branch : true
4848 branch-suffix : short-commit-hash
49+ with :
50+ title : " chore(nix): bump deps"
Original file line number Diff line number Diff line change 1818 with :
1919 ref : master
2020 fetch-depth : 0
21+ submodules : ' recursive'
2122
2223 - name : Tidy Modules
2324 run : |
4243 if : ${{ !github.head_ref }}
4344 continue-on-error : true
4445 uses : peter-evans/create-pull-request@v8
46+ with :
47+ title : " chore(lint): 改进代码样式"
You can’t perform that action at this time.
0 commit comments