Skip to content

Commit 28c247d

Browse files
committed
origin
1 parent 728250a commit 28c247d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-branch-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
if: ${{ github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name }}
1818
run: |
1919
git checkout -b pr/${{ github.event.pull_request.number }}
20-
git push --force pr/${{ github.event.pull_request.number }}
20+
git push --force origin pr/${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)