Skip to content

Commit 3f0647c

Browse files
author
olegs-codefresh
committed
update link to slack docs
1 parent d5c5441 commit 3f0647c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

stable/slack/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ envs:
1414
- name: WEBHOOK_URL
1515
type: required
1616
description: Url to the channel
17+
- name: SLACK_MESSAGE
18+
type: required
19+
description: Message to send
1720
- name: DEBUG
1821
description: print verbose install output

stable/slack/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ steps:
2222

2323
## Environment Variables
2424

25-
- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://gophers.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks)
25+
- **required** `WEBHOOK_URL` - Url to the channel. Slack official [docs](https://api.slack.com/incoming-webhooks)
2626
- `DEBUG` - print verbose output

0 commit comments

Comments
 (0)