Skip to content

Commit d408247

Browse files
docs(send-slack-notification): remove outdated docs, url update (#982)
* docs(send-slack-notification): remove outdated docs, url update * run prettier
1 parent fad45ae commit d408247

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

actions/send-slack-message/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a composite GitHub Action used to send Slack messages to the Grafana workspace.
44
You do not need to set up Slack webhooks in order to use this action.
55

6-
See the docs for the [slackapi/slack-github-action workflow](https://github.com/slackapi/slack-github-action/blob/main/README.md#technique-2-slack-app) for more info. Our installation is via Slack App.
6+
See the docs for the [slackapi/slack-github-action workflow](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-api-method/#usage) for more info.
77

88
<!-- x-release-please-start-version -->
99

@@ -98,7 +98,7 @@ jobs:
9898
9999
| Name | Type | Description |
100100
| ------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- |
101-
| `payload` | String | JSON payload to send. Use `payload` or `slack-message`, but not both. |
101+
| `payload` | String | JSON payload to send. |
102102
| `method` | String | The Slack API method to call. |
103103
| `payload-templated` | String | To replace templated variables provided from the step env or default GitHub event context and payload, set the payload-templated variable to true. |
104104

actions/send-slack-message/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Composite action to send a Slack message
33

44
inputs:
55
payload:
6-
description: "JSON payload to send. Use `payload` or `slack-message`, but not both"
6+
description: "JSON payload to send"
77
required: false
88
method:
99
description: "The Slack API method to call"

0 commit comments

Comments
 (0)