aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pull-request-wpt-export.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-wpt-export.yml b/.github/workflows/pull-request-wpt-export.yml
index 6f69ea6cd36..49adcdd0b5a 100644
--- a/.github/workflows/pull-request-wpt-export.yml
+++ b/.github/workflows/pull-request-wpt-export.yml
@@ -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 }}