Use favicon as avatar for Discord webhooks

This commit is contained in:
Tyrrrz 2023-07-11 23:53:12 +03:00
parent 90d71c5b9e
commit 81a6d363d1

View file

@ -151,5 +151,6 @@ jobs:
Content-Type: application/json; charset=UTF-8
body: |
{
"avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/${{ github.ref_name }}/favicon.png",
"content": "**${{ github.event.repository.name }}** new version released!\nVersion: `${{ github.ref_name }}`\nChangelog: <${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md>"
}