adding quotes

Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
This commit is contained in:
Vanessa Sochat
2019-05-20 19:18:03 -04:00
parent 1e2916c992
commit 9c31bb936c

View File

@@ -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