Force push branch in GitHub workflow

This commit is contained in:
Max Schmitt 2025-01-29 16:40:27 +01:00 committed by GitHub
parent d4c44d1d20
commit 4da025bdd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
git checkout -b "$BRANCH_NAME"
git add .
git commit -m "feat(${BROWSER}): roll to r${REVISION}"
git push origin $BRANCH_NAME
git push origin $BRANCH_NAME --force
- name: Create Pull Request
uses: actions/github-script@v7
with: