Commit 72a4003
Fix notify-blog body encoding with proper JSON serialization
Use jq -Rs to safely JSON-encode the multiline release body
instead of shell string interpolation via gh api -f. Fetch
the body from the GitHub releases API (works for both release
events and manual workflow_dispatch). Send as raw JSON via
--input to avoid shell quoting issues with special characters.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a355564 commit 72a4003
1 file changed
Lines changed: 21 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
199 | | - | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
204 | 212 | | |
205 | 213 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
0 commit comments