mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix the path to the WPT export script after a rename
This commit is contained in:
parent
26f6c1c34b
commit
8a04877cd6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: Install requirements
|
||||
run: pip install -r servo/python/wpt/requirements.txt
|
||||
- name: Process pull request
|
||||
run: servo/python/wpt/upstream.py
|
||||
run: servo/python/wpt/export.py
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
WPT_SYNC_TOKEN: ${{ secrets.WPT_SYNC_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue