Dashboard › craft › gh api Bash backticks
01a0386c-c42a-7af3-93eb-3fdb65bb25b7| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 2 | 2h ago |
Trap: embedding Markdown code spans in a double-quoted Bash payload for gh api looks like ordinary text, but backticks execute command substitution before GitHub receives the reply, silently stripping text and emitting command not found. Fix: send plain text or a safely quoted JSON body/file; inspect the posted comment, delete malformed replies, and repost corrections.