diff options
-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 b8b668b403f..1b56743d801 100644 --- a/.github/workflows/scheduled-wpt-import.yml +++ b/.github/workflows/scheduled-wpt-import.yml @@ -57,7 +57,7 @@ jobs: ./mach update-wpt linux-layout-2013/raw/*.log --legacy-layout ./mach update-wpt linux-layout-2020/raw/*.log git add tests/wpt/meta tests/wpt/meta-legacy-layout - git commit -a --amend --no-edit + git commit -a --amend -s --no-edit - name: Push changes uses: ad-m/github-push-action@master with: |