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 30, 2024
1 parent 6ecaafe commit 5c8c5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord-release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
with:
args: |
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.homepageUrl }}): **${{ github.event.release.name }}**
🎉 New Release of [${{ github.event.repository.name }}](${{ github.event.repository.html_url }}): **${{ github.event.release.name }}**
${{ github.event.release.body }}
Expand Down

0 comments on commit 5c8c5d5

Please sign in to comment.