You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/send-slack-message/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This is a composite GitHub Action used to send Slack messages to the Grafana workspace.
4
4
You do not need to set up Slack webhooks in order to use this action.
5
5
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.
| `payload` | String | JSON payload to send. Use `payload` or `slack-message`, but not both. |
101
+
| `payload` | String | JSON payload to send. |
102
102
| `method` | String | The Slack API method to call. |
103
103
| `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. |
0 commit comments