diff --git a/.github/workflows/scheduled-wpt-import.yml b/.github/workflows/scheduled-wpt-import.yml index 4dcfaaf42a4..d5ece4e3be8 100644 --- a/.github/workflows/scheduled-wpt-import.yml +++ b/.github/workflows/scheduled-wpt-import.yml @@ -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