We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75411e9 commit 3283cceCopy full SHA for 3283cce
.github/workflows/notify-discord.yml
@@ -11,6 +11,6 @@ jobs:
11
- name: Discord notification 📯
12
env:
13
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
14
- uses: Ilshidur/action-discord@0.3.2
+ uses: Ilshidur/action-discord@0.4.0
15
with:
16
args: '${{ github.event.repository.name }} [${{ github.event.release.tag_name }}](${{ github.event.release.html_url }}) has been released. 🚀'
0 commit comments