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: .}')