Skip to content

Commit

Permalink
Merge pull request #114 from GlacierWalrus/master
Browse files Browse the repository at this point in the history
Set PR_NUMBER when PR is created
  • Loading branch information
ChristophShyper authored Feb 12, 2023
2 parents 77d9d4a + 5456158 commit a6bd1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6bd1d2

Please sign in to comment.