Sign off commits by WPT importer (#32502)

This will be important to enforce signing off commits in the project.
This commit is contained in:
Martin Robinson 2024-06-14 22:51:23 +02:00 committed by GitHub
parent d297ae0af5
commit 3370146490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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