Merge pull request #553 from github/aeisenberg/no-quotes

Remove quotes around `$DRAFT` argument
This commit is contained in:
Andrew Eisenberg 2021-06-07 13:54:37 -07:00 committed by GitHub
commit ece2addcff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,4 +124,4 @@ jobs:
--base "$BASE_BRANCH" \
--title "$PR_TITLE" \
--body "$PR_BODY" \
"$DRAFT"
${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty ""