We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728250a commit 28c247dCopy full SHA for 28c247d
.github/workflows/update-branch-on-pr.yml
@@ -17,4 +17,4 @@ jobs:
17
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name }}
18
run: |
19
git checkout -b pr/${{ github.event.pull_request.number }}
20
- git push --force pr/${{ github.event.pull_request.number }}
+ git push --force origin pr/${{ github.event.pull_request.number }}
0 commit comments