File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
name : ${{ needs.build.outputs.artifact_name }}
88
88
path : .
89
89
- name : Find packages
90
- uses : tj-actions/glob@v21
90
+ uses : tj-actions/glob@v22
91
91
id : packages
92
92
with :
93
93
files : ' *.tgz'
Original file line number Diff line number Diff line change 34
34
- name : Format
35
35
run : npm run format
36
36
- name : Commit
37
- uses : stefanzweifel/git-auto-commit-action@v5
37
+ uses : stefanzweifel/git-auto-commit-action@v6
38
38
if : always()
39
39
with :
40
40
commit_message : ' ci: Format code'
Original file line number Diff line number Diff line change 36
36
env :
37
37
NODE_AUTH_TOKEN : ${{ secrets.GH_TOKEN }}
38
38
- name : Commit
39
- uses : stefanzweifel/git-auto-commit-action@v5
39
+ uses : stefanzweifel/git-auto-commit-action@v6
40
40
with :
41
41
commit_message : ' ci: Generate code'
42
42
commit_user_name : ${{ secrets.GIT_USER_NAME }}
You can’t perform that action at this time.
0 commit comments