Skip to content

Commit

Permalink
Merge pull request #553 from github/aeisenberg/no-quotes
Browse files Browse the repository at this point in the history
Remove quotes around `$DRAFT` argument
  • Loading branch information
aeisenberg authored Jun 7, 2021
2 parents 675843d + 74764ac commit ece2add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-mergeback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

0 comments on commit ece2add

Please sign in to comment.