From c6278846f1f9719a6d5b8b2599e0b1c25dfdbcac Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Tue, 6 Feb 2024 05:54:22 -0800 Subject: [PATCH] Add missing template indicator (#1370) --- .github/actions/cloud-slack-e2e/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cloud-slack-e2e/action.yaml b/.github/actions/cloud-slack-e2e/action.yaml index d47345132..8528d2f45 100644 --- a/.github/actions/cloud-slack-e2e/action.yaml +++ b/.github/actions/cloud-slack-e2e/action.yaml @@ -117,7 +117,7 @@ runs: SLACK_COLOR: 'red' SLACK_TITLE: 'Message' SLACK_CHANNEL: 'botkube-cloud-ci-alerts' - SLACK_MESSAGE: 'Cloud Slack {{ inputs.e2e_type }} E2E tests failed :scream:' + SLACK_MESSAGE: "Cloud Slack ${{ inputs.e2e_type }} E2E tests failed :scream:" SLACK_ICON_EMOJI: ':this-is-fine-fire:' SLACK_FOOTER: "Fingers crossed it's just an outdated/flaky test..." SLACK_WEBHOOK: ${{ inputs.slack_alerts_webhook }}