From 8638d1b6f16052347680b5ec9d7f0aac546ac2b1 Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 18 Mar 2020 14:35:59 -0600 Subject: [PATCH] need to echo response Signed-off-by: vsoch --- pull-request.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pull-request.sh b/pull-request.sh index 5d0c6da..c31b7e2 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -76,6 +76,7 @@ create_pull_request() { # If there are assignees and we were successful to open, assigm them to it if [[ "${ASSIGNEES}" != "" ]] && [[ "${RETVAL}" == "0" ]]; then + echo "${REPONSE}" NUMBER=$(echo "${RESPONSE}" | jq --raw-output '.number') printf "Number opened for PR is ${NUMBER}\n" printf "Attempting to assign ${ASSIGNEES} to ${PR} with number ${NUMBER}"