Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Commit 796305a

Browse files
andrii-codefreshamir-codefresh
authored andcommitted
Update env variable description (#50)
1 parent 4448b70 commit 796305a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/slack-notifier/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
title: Sending message to slack
1919
image: codefresh/slacknotifier
2020
environment:
21-
- SLACK_WEBHOOK_URL=${{SLACK_HOOK_URL}}
21+
- SLACK_HOOK_URL=${{SLACK_HOOK_URL}}
2222
- SLACK_TEXT=${{SLACK_TEXT}}
2323
- SLACK_ATTACHMENTS=${{SLACK_ATTACHMENTS}}
2424
...
@@ -72,7 +72,7 @@ steps:
7272

7373
## Environment Variables
7474

75-
- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
75+
- **required** `SLACK_HOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
7676
- **required** `SLACK_TEXT` - The message that will be sent
7777
- `SLACK_ATTACHMENTS` - print verbose output
7878
- `MODE` - template | simple mode

0 commit comments

Comments
 (0)