Skip to content

Commit 812500d

Browse files
author
Mert Can Altin
committed
lint
1 parent 2436787 commit 812500d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-wpt.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update WPT
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: 0 0 * * *
77

88
permissions:
99
contents: write
@@ -15,7 +15,7 @@ jobs:
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'

0 commit comments

Comments
 (0)