Skip to content

Commit

Permalink
[ci] fix repository URL in Discord notification
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 31, 2024
1 parent 6ecaafe commit e0fa7cb
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 @@ -10,13 +10,13 @@ jobs:
if: github.event.release.prerelease == false
steps:
- name: Send Discord Notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
uses: tsickert/[email protected]
with:
args: |
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.homepageUrl }}): **${{ github.event.release.name }}**
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
content: |
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.html_url }}): **${{ github.event.release.name }}**
${{ github.event.release.body }}
📦 Download: ${{ github.event.release.html_url }}
flags: 4 # 4 = SUPPRESS_EMBEDS

0 comments on commit e0fa7cb

Please sign in to comment.