From f7fc4ffbe5b20dabb7ff9833de2c9d74880b7281 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Sat, 27 Jan 2024 21:34:36 +0100 Subject: [PATCH] Disable Discord URL embed (#6892) Wrapping links in `<` and `>` disables auto-embeds in Discord, even if it's a markdown-style link. Closes #6884 Release Notes: - N/A --- .github/workflows/release_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_actions.yml b/.github/workflows/release_actions.yml index c1d2457ed4..0908501214 100644 --- a/.github/workflows/release_actions.yml +++ b/.github/workflows/release_actions.yml @@ -20,7 +20,7 @@ jobs: id: get-content with: stringToTruncate: | - 📣 Zed [${{ github.event.release.tag_name }}](${{ steps.get-release-url.outputs.URL }}) was just released! + 📣 Zed [${{ github.event.release.tag_name }}](<${{ steps.get-release-url.outputs.URL }}>) was just released! ${{ github.event.release.body }} maxLength: 2000