1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Fix some typos in slack message

This commit is contained in:
Gijs 2020-04-19 18:15:54 +02:00 committed by tekton-robot
parent 35a19cfca2
commit 89668d22e4
3 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Post a message to slack
These tasks post a simple message to a slack channel. There are multiple ways to send
a message to slack. Each task here uses different method.
a message to slack. Each task here uses different method.
# send-to-webhook-slack
This task uses Incomming Webhooks of the slack to send the message.
This task uses Incoming Webhooks of slack to send the message.
Follow instructions [here](https://api.slack.com/messaging/webhooks) to generate a webhook URL.
## Install the Task and create a secret

View File

@ -6,7 +6,7 @@ spec:
params:
- name: token-secret
type: string
description: seret name of the slack app access token (key is token)
description: secret name of the slack app access token (key is token)
- name: channel
type: string
description: channel id or channel name

View File

@ -6,7 +6,7 @@ spec:
params:
- name: webhook-secret
type: string
description: seret name of the slcak app webhook URL (key is url)
description: secret name of the slack app webhook URL (key is url)
- name: message
type: string
description: plain text message