We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca766a commit 845addfCopy full SHA for 845addf
.github/workflows/discord-release-notify.yml
@@ -15,8 +15,8 @@ jobs:
15
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
16
with:
17
args: |
18
- 🎉 New Release of [${{ github.event.release.repository.name }}](${{ github.event.release.repository.homepageUrl }}): **${{ github.event.release.name }}**
19
-
20
- ${{ github.event.release.description }}
21
22
- 📦 Download: ${{ github.event.release.url }}
+ 🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.homepageUrl }}): **${{ github.event.release.name }}**
+
+ ${{ github.event.release.body }}
+ 📦 Download: ${{ github.event.release.html_url }}
0 commit comments