diff --git a/entrypoint.sh b/entrypoint.sh index cdd919f..63329f3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -169,6 +169,7 @@ if [[ -z "${PR_NUMBER}" ]]; then COMMAND="hub pull-request -b ${TARGET_BRANCH} -h ${SOURCE_BRANCH} --no-edit ${ARG_LIST[@]}" echo -e "\nRunning: ${COMMAND}" URL=$(sh -c "${COMMAND}") + PR_NUMBER=$(gh pr view --json number -q .number ${URL}) # shellcheck disable=SC2181 if [[ "$?" != "0" ]]; then RET_CODE=1; fi else