File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Update electron
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : " 0 0 * * *"
7
+ - cron : ' 0 0 * * *'
8
8
9
9
jobs :
10
10
update_generated_files :
27
27
- uses : actions/setup-node@v4
28
28
with :
29
29
node-version : 20.16.0
30
- cache : " npm"
30
+ cache : ' npm'
31
31
32
32
33
33
run : |
43
43
uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # 7.0.5
44
44
with :
45
45
token : ${{ steps.app-token.outputs.token }}
46
- commit-message : " chore(deps): update electron"
46
+ commit-message : ' chore(deps): update electron'
47
47
branch : ci/update-electron
48
- title : " chore(deps): update electron"
48
+ title : ' chore(deps): update electron'
49
49
labels : no-title-validation
50
50
body : |
51
51
- Update electron
52
- author : " ${{ steps.app-token.outputs.app-slug }}[bot]"
You can’t perform that action at this time.
0 commit comments