diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-04-23 18:41:24 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-04-23 18:41:24 +0200 |
commit | 8a04877cd6034c27d94dcc78a43190714b0ffe47 (patch) | |
tree | db93881815ed39d1a5da74621b332962f30c003f | |
parent | 26f6c1c34babe933e41e7a6bbd864c9552fcb079 (diff) | |
download | servo-8a04877cd6034c27d94dcc78a43190714b0ffe47.tar.gz servo-8a04877cd6034c27d94dcc78a43190714b0ffe47.zip |
Fix the path to the WPT export script after a rename
-rw-r--r-- | .github/workflows/pull-request-wpt-export.yml | 2 |
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 }} |