diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-03-17 10:48:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 09:48:12 +0000 |
commit | f98975bbbe7cd8cf55f172dae96f8cbc79c0e479 (patch) | |
tree | 752f65c737bfaea745d89309914da847c2b824a6 /.github | |
parent | 8cfc6a1898d02eb1df9c13c3c410747cb1e0b412 (diff) | |
download | servo-f98975bbbe7cd8cf55f172dae96f8cbc79c0e479.tar.gz servo-f98975bbbe7cd8cf55f172dae96f8cbc79c0e479.zip |
Update raw lags path for WPT import (#31714)
I forgot to do this in #31616
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/scheduled-wpt-import.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/scheduled-wpt-import.yml b/.github/workflows/scheduled-wpt-import.yml index 73687c7d310..b8b668b403f 100644 --- a/.github/workflows/scheduled-wpt-import.yml +++ b/.github/workflows/scheduled-wpt-import.yml @@ -54,8 +54,8 @@ jobs: export CURRENT_DATE=$(date +"%d-%m-%Y") echo $CURRENT_DATE echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV - ./mach update-wpt linux-layout-2013/*.log --legacy-layout - ./mach update-wpt linux-layout-2020/*.log + ./mach update-wpt linux-layout-2013/raw/*.log --legacy-layout + ./mach update-wpt linux-layout-2020/raw/*.log git add tests/wpt/meta tests/wpt/meta-legacy-layout git commit -a --amend --no-edit - name: Push changes |