From 8d01c6be35b935f88f9011957f671d2b6c0f5544 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:00:47 +0300 Subject: [PATCH] Improve notify message format --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 888b09af..8c91ece5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -148,6 +148,6 @@ jobs: 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 }}`\nDownload: <${{ github.event.repository.html_url }}/releases/tag/${{ github.ref_name }}>\nChangelog: <${{ github.event.repository.html_url }}/blob/${{ github.ref_name }}/Changelog.md>" + "content": "**${{ github.event.repository.name }}** new version released!\nVersion: `${{ github.ref_name }}`\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