Commit 0b8ce7c
LittleCoinCoin
fix(ci): Discord notification image URLs to use raw GitHub content
Replace GitHub blob URLs with raw.githubusercontent.com URLs to ensure
Discord embeds can properly display images. Blob URLs serve HTML pages
rather than direct image content, which Discord webhooks cannot render.
Changes:
- prerelease-discord-notification.yml: Update image and avatar_url
- release-discord-notification.yml: Update image and avatar_url
Both workflows now use raw.githubusercontent.com URLs that return direct
image data with proper MIME types for Discord embed rendering.1 parent a444c65 commit 0b8ce7c
File tree
2 files changed
+4
-4
lines changed- .github/workflows
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
0 commit comments