Commit 6402dae
docs(oss): the notify example must use gh api -f, not -F (#269)
`docs/oss/release-automation.md` shows product repositories how to send
the `product-published` dispatch with `gh api ... -F
'client_payload[package]=@prisma/composer-cli'`. `-F` reads a value that
starts with `@` from a file, so that line fails with `open
prisma/composer-cli: no such file or directory` before any request is
made. prisma/composer#295 copied the example verbatim and its review bot
caught it. `-f` sends the literal string.
Two characters changed; no code.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: willbot <w.a.madden+machine@gmail.com>
Signed-off-by: Will Madden <madden@prisma.io>
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>1 parent 52d6840 commit 6402dae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments