Fix WPT importer (#36018)

In #35946 I accidentally removed a necessary line of code.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-03-18 03:15:36 +01:00 committed by GitHub
parent 94d12de7fd
commit 84a1b7d4a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,7 @@ jobs:
echo $CURRENT_DATE echo $CURRENT_DATE
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
./mach update-wpt linux-layout-2020/raw/*.log ./mach update-wpt linux-layout-2020/raw/*.log
git add tests/wpt/meta
git commit -a --amend -s --no-edit git commit -a --amend -s --no-edit
- name: Push changes - name: Push changes
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master