diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e9005742d2..408f7ba9f5 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -129,7 +129,7 @@ jobs: - name: Import mock data run: | - curl -O https://raw.githubusercontent.com/WPTT/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml + curl -O https://raw.githubusercontent.com/WordPress/theme-test-data/b9752e0533a5acbb876951a8cbb5bcc69a56474c/themeunittestdata.wordpress.xml npm run env:cli -- import themeunittestdata.wordpress.xml --authors=create --path=/var/www/${{ env.LOCAL_DIR }} rm themeunittestdata.wordpress.xml