Fix Discord release webhook failing on large changelogs

- Pin action to v1.19.0 for stability
- Add remove_github_reference_links to strip commit hash section
- Fixes embed validation error from oversized release notes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AndyMik90
2025-12-16 23:42:00 +01:00
parent 788b8d0e3e
commit 4eb66f5004
+2 -1
View File
@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Send to Discord
uses: SethCohen/github-releases-to-discord@v1
uses: SethCohen/github-releases-to-discord@v1.19.0
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
color: "5865F2"
@@ -21,4 +21,5 @@ jobs:
footer_title: "Auto Claude Changelog"
footer_timestamp: true
reduce_headings: true
remove_github_reference_links: true