File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Auto NPM Update
1
+ name : Auto Update
2
2
3
3
# Controls when the workflow will run
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : " 0 0 * * * " # Runs every day at midnight
7
+ - cron : " 0 0 * * 0 " # Runs every day at midnight
8
8
9
9
jobs :
10
- update :
10
+ npm-upgrade :
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
@@ -27,11 +27,11 @@ jobs:
27
27
uses : peter-evans/create-pull-request@v4
28
28
with :
29
29
title : " Auto NPM Update"
30
- body : " This PR was created automatically by the Auto NPM Update workflow."
30
+ body : " This PR was created automatically by the Auto Update workflow."
31
31
signoff : true
32
32
commit-message : " Update dependencies via `npm upgrade`."
33
- branch : " create-pull-request/auto-npm- update"
33
+ branch : " create-pull-request/auto-update/npm "
34
34
branch-suffix : " timestamp"
35
- labels : " auto-npm- update,dependencies,javascript"
35
+ labels : " auto-update,dependencies,javascript"
36
36
delete-branch : true
37
37
token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments