We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 675843d + 74764ac commit ece2addCopy full SHA for ece2add
.github/workflows/post-release-mergeback.yml
@@ -124,4 +124,4 @@ jobs:
124
--base "$BASE_BRANCH" \
125
--title "$PR_TITLE" \
126
--body "$PR_BODY" \
127
- "$DRAFT"
+ ${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty ""
0 commit comments