From 15ba01a1c670961f79250bccca1d45bc9ff1ce54 Mon Sep 17 00:00:00 2001 From: Soeren Date: Sun, 21 Sep 2025 22:02:44 +0200 Subject: [PATCH] Fix Discord webhook message to show the detailed embed To get the detailed embed in the message there has to be a space between the link and the following dot --- .github/workflows/pr-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index 6b74d882..1efc366c 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -33,6 +33,6 @@ run: | jq -n \ --arg content "Pull Request #${PR_NUMBER} \"${PR_TITLE}\" merged by ${ACTOR} - ${PR_URL}. It will be included in the next nightly builds, please test" \ + ${PR_URL} . It will be included in the next nightly builds, please test" \ '{content: $content}' \ | curl -H "Content-Type: application/json" -d @- ${{ secrets.DISCORD_WEBHOOK_BETA_TESTERS }}