Fix the path to the WPT export script after a rename

This commit is contained in:
Martin Robinson 2023-04-23 18:41:24 +02:00
parent 26f6c1c34b
commit 8a04877cd6

View file

@ -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 }}