We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e22681 commit f8dffa9Copy full SHA for f8dffa9
1 file changed
.github/workflows/utilities/backport_pr.py
@@ -171,7 +171,7 @@ def principal():
171
execCommand(f'git checkout -b {bpBranchName}')
172
execCommand(f'git apply --check {patchName}')
173
execCommand(f'git am --keep-cr --signoff < {patchName}')
174
- execCommand(f'git push --set-upstream {bpBranchName}')
+ execCommand(f'git push --set-upstream origin {bpBranchName}')
175
authenticate(pr_token)
176
prUrl = execCommand('gh pr create --repo root-project/root ' \
177
f'--base {realTargetBranch} '\
0 commit comments