From b11294795254fff20423f61cbd5ba57c42b57805 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:00:24 +0200 Subject: [PATCH] fix: FUCK TRAILING --- .github/workflows/beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 8a5c1bb3..2cfe65f7 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -203,7 +203,8 @@ jobs: commit_messages=$(echo "$COMMIT_LOG" | sed -E 's/%0A/\n/g' | sed -E 's/ \[֍\]\(https?:\/\/[^)]+\)//g' | - sed -E ':a;N;$!ba;s/\n/\\n/g') + sed -E ':a;N;$!ba;s/\n/\\n/g' | + sed -E 's/\\\\/\\/g') # Construct Discord payload discord_data=$(jq -nc \