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 }}