diff options
author | sagudev <16504129+sagudev@users.noreply.github.com> | 2025-03-23 11:39:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 10:39:34 +0000 |
commit | 8b8b447ef091844d32b0099b2dcc8bcd79089a0c (patch) | |
tree | ac35b3ebe8d14f71e11b4eb334908cd4c826118f | |
parent | 0fb8e6c9cb57571d1827de712a21352f900e9f28 (diff) | |
download | servo-8b8b447ef091844d32b0099b2dcc8bcd79089a0c.tar.gz servo-8b8b447ef091844d32b0099b2dcc8bcd79089a0c.zip |
Fix WPT Import (#36101)
Log files were renamed in #36037
related https://github.com/servo/servo/pull/36098
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
-rw-r--r-- | .github/workflows/scheduled-wpt-import.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scheduled-wpt-import.yml b/.github/workflows/scheduled-wpt-import.yml index 2d0f0e919df..b70749f4797 100644 --- a/.github/workflows/scheduled-wpt-import.yml +++ b/.github/workflows/scheduled-wpt-import.yml @@ -52,7 +52,7 @@ jobs: export CURRENT_DATE=$(date +"%d-%m-%Y") echo $CURRENT_DATE echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV - ./mach update-wpt linux-layout-2020/raw/*.log + ./mach update-wpt linux/raw/*.log git add tests/wpt/meta git commit -a --amend -s --no-edit - name: Push changes |