We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f93334 commit d1300abCopy full SHA for d1300ab
.github/workflows/community-release-notifier.yml
@@ -100,7 +100,7 @@ jobs:
100
# Discord notification
101
# ────────────────────────────────────────────────
102
- name: Discord Webhook (Publishing)
103
- uses: tsickert/discord-webhook@c840d45a03a323fbc3f7507ac7769dbd91bfb164 # v5.3.0
+ uses: tsickert/discord-webhook@b217a69502f52803de774ded2b1ab7c282e99645 # v7.0.0
104
with:
105
webhook-url: ${{ secrets.DISCORD_WEBHOOK_RELEASE_NOTES }}
106
content: ${{ steps.truncate-discord.outputs.string }}
0 commit comments