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>
This commit is contained in:
sagudev 2025-03-23 11:39:34 +01:00 committed by GitHub
parent 0fb8e6c9cb
commit 8b8b447ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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