From 8a04877cd6034c27d94dcc78a43190714b0ffe47 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Sun, 23 Apr 2023 18:41:24 +0200 Subject: [PATCH] Fix the path to the WPT export script after a rename --- .github/workflows/pull-request-wpt-export.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}