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 ef7ceda commit ba0c5acCopy full SHA for ba0c5ac
entrypoint.sh
@@ -43,7 +43,7 @@ fi
43
if [[ "${up_to_date}" -eq 0 ]]; then
44
git_cmd git checkout -b "${pr_branch}" --track "upstream/${INPUT_UPSTREAM_BRANCH}"
45
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}\""
+ git_cmd hub pull-request -b "${INPUT_BRANCH}" -h "${pr_branch}" -l "${INPUT_PR_LABELS}" -a "${GITHUB_ACTOR}" -m "\"Upstream: ${last_sha}\""
47
else
48
echo "Branch up-to-date"
49
exit 0
0 commit comments