Skip to content

Commit ece2add

Browse files
authored
Merge pull request #553 from github/aeisenberg/no-quotes
Remove quotes around `$DRAFT` argument
2 parents 675843d + 74764ac commit ece2add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-mergeback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ jobs:
124124
--base "$BASE_BRANCH" \
125125
--title "$PR_TITLE" \
126126
--body "$PR_BODY" \
127-
"$DRAFT"
127+
${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty ""

0 commit comments

Comments
 (0)