Don't unfurl URLs in notify job

pull/1148/head
Tyrrrz 8 months ago
parent e2971ed3a6
commit 6579563816

@ -148,6 +148,6 @@ jobs:
body: | body: |
{ {
"avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/${{ github.ref_name }}/favicon.png", "avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/${{ github.ref_name }}/favicon.png",
"content": "**${{ github.event.repository.name }}** v${{ github.ref_name }} has been released!\n🔗 [Download](${{ github.event.repository.html_url }}/releases/tag/${{ github.ref_name }}) • [Changelog](${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md)" "content": "**${{ github.event.repository.name }}** v${{ github.ref_name }} has been released!\n🔗 [Download](<${{ github.event.repository.html_url }}/releases/tag/${{ github.ref_name }}>) • [Changelog](<${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md>)"
} }
retry-count: 5 retry-count: 5

Loading…
Cancel
Save