| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| --title "$PR_TITLE" \ | ||
| --body "$PR_BODY" \ | ||
| "$DRAFT" | ||
| $DRAFT # no quotes around $DRAFT. gh will error out if there is an empty "" |
There was a problem hiding this comment.
Alternatively: ${DRAFT:+"$DRAFT"}
Sorry, something went wrong.
gh will complain if there is an empty `""`, which is the case if `$DRAFT` is unset.
| Back | FazBrowse Home | New Git URL |
gh will complain if there is an empty "", which is the case if
$DRAFT is unset.
Merge / deployment checklist