Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    Since double quotes seem to work on the -H "Accept: application/vnd.github+json" line, I would try them around the value you're asking about: -f body="$DESCRIPTION". Shells will expand "$DESCRIPTION" (wrapped in double-quotes) where they won't expand '$DESCRIPTION' (wrapped in single-quotes) Commented Sep 8, 2022 at 20:43
  • @SottoVoce The double quotes worked. I just needed another set of eyes to look at it. Thank you. Commented Sep 8, 2022 at 21:08