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 00aa61a commit 587c972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 }}**
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.homepageUrl }}): **${{ github.event.release.name }}**
${{ github.event.release.description }}
${{ github.event.release.body }}
📦 Download: ${{ github.event.release.url }}
📦 Download: ${{ github.event.release.html_url }}

0 comments on commit 587c972

Please sign in to comment.