From 3bcd7b8429aba4397e0d2ed2679210c7273c1cab Mon Sep 17 00:00:00 2001 From: "andrii.shaforostov" Date: Fri, 25 Jan 2019 16:52:09 +0200 Subject: [PATCH] Update env variable description --- plugins/slack-notifier/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/slack-notifier/README.md b/plugins/slack-notifier/README.md index d783cec3..c2ffb4f7 100644 --- a/plugins/slack-notifier/README.md +++ b/plugins/slack-notifier/README.md @@ -18,7 +18,7 @@ steps: title: Sending message to slack image: codefresh/slacknotifier environment: - - SLACK_WEBHOOK_URL=${{SLACK_HOOK_URL}} + - SLACK_HOOK_URL=${{SLACK_HOOK_URL}} - SLACK_TEXT=${{SLACK_TEXT}} - SLACK_ATTACHMENTS=${{SLACK_ATTACHMENTS}} ... @@ -51,7 +51,7 @@ steps: ## Environment Variables -- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks) +- **required** `SLACK_HOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks) - **required** `SLACK_TEXT` - The message that will be sent - `SLACK_ATTACHMENTS` - print verbose output - `MODE` - template | simple mode