mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
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:
parent
94d12de7fd
commit
84a1b7d4a5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/scheduled-wpt-import.yml
vendored
1
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -53,6 +53,7 @@ jobs:
|
|||
echo $CURRENT_DATE
|
||||
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
||||
./mach update-wpt linux-layout-2020/raw/*.log
|
||||
git add tests/wpt/meta
|
||||
git commit -a --amend -s --no-edit
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue