diff --git a/.circleci/scripts/auto-approve-release.sh b/.circleci/scripts/auto-approve-release.sh index f51e344fc50..dd966f94975 100644 --- a/.circleci/scripts/auto-approve-release.sh +++ b/.circleci/scripts/auto-approve-release.sh @@ -2,10 +2,20 @@ set -e function send_slack_message() { - json_content="{ \"blocks\": [" - json_content+="\"type\": \"section\"," - json_content+="\"text\": { \"type\": \"mrkdwn\", \"text\": \"$1\" }" - json_content+="}]}" + json_content="$(cat <