mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
|
- name: Install requirements
|
||||||
run: pip install -r servo/python/wpt/requirements.txt
|
run: pip install -r servo/python/wpt/requirements.txt
|
||||||
- name: Process pull request
|
- name: Process pull request
|
||||||
run: servo/python/wpt/upstream.py
|
run: servo/python/wpt/export.py
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
WPT_SYNC_TOKEN: ${{ secrets.WPT_SYNC_TOKEN }}
|
WPT_SYNC_TOKEN: ${{ secrets.WPT_SYNC_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue