Skip to content

Commit

Permalink
[integration] fix Discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 17, 2024
1 parent 2ca766a commit 845addf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/discord-release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
with:
args: |
🎉 New Release of [${{ github.event.release.repository.name }}](${{ github.event.release.repository.homepageUrl }}): **${{ github.event.release.name }}**
${{ github.event.release.description }}
📦 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 comments on commit 845addf

Please sign in to comment.