Force push branch in GitHub workflow
This commit is contained in:
parent
d4c44d1d20
commit
4da025bdd0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue