From b36f280f28c47d6229ff22a6043ff57fe5dd7ce0 Mon Sep 17 00:00:00 2001 From: Guri999 <116724657+Guri999@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:29:36 +0900 Subject: [PATCH] =?UTF-8?q?delete=20=EB=93=A4=EC=97=AC=EC=93=B0=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 38d057b..3885dd8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -183,11 +183,11 @@ jobs: echo "Release Version: $RELEASE_VERSION" SLACK_MESSAGE="$(cat << EOF - 🚀 *AOS $RELEASE_VERSION release* - \`\`\` - $(cat jira_entries.txt) - \`\`\` - EOF + 🚀 *AOS $RELEASE_VERSION release* + \`\`\` + $(cat jira_entries.txt) + \`\`\` + EOF )" JSON_PAYLOAD=$(echo "$SLACK_MESSAGE" | jq -R --slurp '{text: .}')