Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove quotes around $DRAFT argument
gh will complain if there is an empty `""`, which is the case if
`$DRAFT` is unset.
Andrew Eisenberg committed Jun 7, 2021

Unverified

No user is associated with the committer email.
1 parent 675843d commit 74764ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-mergeback.yml
@@ -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 74764ac

Please sign in to comment.