From 9c31bb936c760e4d000a1f8f54ec92a954281c3c Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Mon, 20 May 2019 19:18:03 -0400 Subject: [PATCH] adding quotes Signed-off-by: Vanessa Sochat --- pull-request.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pull-request.sh b/pull-request.sh index 1439792..894de26 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -44,11 +44,11 @@ check_events_json() { create_pull_request() { - SOURCE=${1} # from this branch - TARGET=${2} # pull request TO this target - BODY=${3} # this is the content of the message - TITLE=${4} # pull request title - DRAFT=${5} # if PRs are draft + SOURCE="${1}" # from this branch + TARGET="${2}" # pull request TO this target + BODY="${3}" # this is the content of the message + TITLE="${4}" # pull request title + DRAFT="${5}" # if PRs are draft # Check if the branch already has a pull request open