diff --git a/ci/daily_tell_slack.yml b/ci/daily_tell_slack.yml index bd25a4ac8f..fe160f0ebc 100644 --- a/ci/daily_tell_slack.yml +++ b/ci/daily_tell_slack.yml @@ -11,7 +11,7 @@ steps: COMMIT_TITLE=$(git log --pretty=format:%s -n1) COMMIT_LINK="" if [ "$(Agent.JobStatus)" != "Succeeded" ]; then - MESSAGE=":fire: :fire: :fire: :fire:\n$(Agent.JobName) *FAILED*: $COMMIT_LINK\n:fire: :fire:" + MESSAGE="\":fire: :fire: :fire: :fire:\n$(Agent.JobName) *FAILED*: $COMMIT_LINK\n:fire: :fire:\"" else MESSAGE="${{ parameters['success-message'] }}" fi