From e1646e6ff4fca16a3c25c14bc0577e6a9a2688fc Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 28 Jan 2025 16:48:35 -0500 Subject: [PATCH] Attempt to suppress embeds in Discord webhook (#23807) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/zed-industries/zed/issues/6884 (hopefully 🤞) Release Notes: - N/A --- .github/workflows/community_release_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/community_release_actions.yml b/.github/workflows/community_release_actions.yml index 98eba578aa..e4f88fdc09 100644 --- a/.github/workflows/community_release_actions.yml +++ b/.github/workflows/community_release_actions.yml @@ -29,7 +29,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