File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Update WPT
33on :
44 workflow_dispatch :
55 schedule :
6- - cron : ' 0 0 * * *'
6+ - cron : 0 0 * * *
77
88permissions :
99 contents : write
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
1919 - name : Update WPT
2020 run : |
2121 rm -rf test/fixtures/wpt && mkdir test/fixtures/wpt &&
@@ -37,10 +37,10 @@ jobs:
3737
3838 rm -rf test/fixtures/tmp-wpt
3939 - name : Create Pull Request
40- uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
40+ uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
4141 with :
4242 base : main
4343 branch : wpt-update
4444 title : Update WPT
4545 body : Automated update of the WPT
46- commit-message : " chore: update WPT"
46+ commit-message : ' chore: update WPT'
You can’t perform that action at this time.
0 commit comments