Skip to content

Commit 0d65179

Browse files
committed
build: update wpt-updater.yml
1 parent a36ef43 commit 0d65179

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/wpt-updater.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ jobs:
2323
- name: Fetch tests
2424
run: tools/update-wpt.sh
2525
- name: Open pull request
26-
uses: peter-evans/create-pull-request@f3a21bf3404eae73a97f65817ab35f351a1a63fe #v5.0.0
26+
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 #v5.0.1
2727
with:
2828
token: ${{ env.GITHUB_TOKEN }}
2929
commit-message: "test: update web platform tests"
3030
branch: "automatic-update-wpt"
3131
title: "Update web platform tests"
3232
body: "This is an automated pull request for updating the WPT"
33-
add-paths: |
34-
tests/wpt/**/*
3533
reviewers: "lemire,anonrig"
3634
delete-branch: true

0 commit comments

Comments
 (0)