mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Merge pull request #553 from github/aeisenberg/no-quotes
Remove quotes around `$DRAFT` argument
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user