Skip to content

Commit ba0c5ac

Browse files
committed
Update entrypoint.sh
1 parent ef7ceda commit ba0c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
if [[ "${up_to_date}" -eq 0 ]]; then
4444
git_cmd git checkout -b "${pr_branch}" --track "upstream/${INPUT_UPSTREAM_BRANCH}"
4545
git_cmd git push -u origin "${pr_branch}"
46-
git_cmd hub pull-request -b "${INPUT_PR_BRANCH}" -h "${pr_branch}" -l "${INPUT_PR_LABELS}" -a "${GITHUB_ACTOR}" -m "\"Upstream: ${last_sha}\""
46+
git_cmd hub pull-request -b "${INPUT_BRANCH}" -h "${pr_branch}" -l "${INPUT_PR_LABELS}" -a "${GITHUB_ACTOR}" -m "\"Upstream: ${last_sha}\""
4747
else
4848
echo "Branch up-to-date"
4949
exit 0

0 commit comments

Comments
 (0)