diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index 713c999c43b4bea55cabd2b89fbec19338b3c9ed..22457e69998014223c99c4c605e2973d8531a197 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -28,7 +28,8 @@ jobs: maxLength: 2000 truncationSymbol: "..." - name: Discord Webhook Action - uses: tsickert/discord-webhook@c840d45a03a323fbc3f7507ac7769dbd91bfb164 # v5.3.0 + uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4 # v6.0.0 with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} content: ${{ steps.get-content.outputs.string }} + flags: 4 # suppress embeds - https://discord.com/developers/docs/resources/message#message-object-message-flags