From baac01cea47c4e4d3a51db373d2d8ba0525a9ff4 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Wed, 29 Jan 2025 15:08:30 -0500 Subject: [PATCH] Revert "Attempt to suppress embeds in Discord webhook (#23807)" (#23855) Didn't work. Release Notes: - N/A --- .github/workflows/community_release_actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index e4f88fdc09..98eba578aa 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -29,8 +29,7 @@ jobs: maxLength: 2000 truncationSymbol: "..." - name: Discord Webhook Action - uses: tsickert/discord-webhook@86dc739f3f165f16dadc5666051c367efa1692f4 # v6.0.0 + uses: tsickert/discord-webhook@c840d45a03a323fbc3f7507ac7769dbd91bfb164 # v5.3.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