diff --git a/.github/workflows/cron_watcher.yml b/.github/workflows/cron_watcher.yml index 0645b50e460..dfa1035a4ed 100644 --- a/.github/workflows/cron_watcher.yml +++ b/.github/workflows/cron_watcher.yml @@ -35,6 +35,6 @@ jobs: channel = os.getenv("SLACK_CHANNEL_ABC_TEAM_PLUS") if token and channel: slack_sdk.WebClient(token=token).chat_postMessage(channel=channel, - text=" has failed.", + text=": has failed.", ) sys.exit(1)