actions-marketplace-validations/Slack Messaging
Send any messages from GitHub Actions to Slack.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bot_token | The Slack bot token. | yes | — |
| channel | The Slack channel name. Required if no `channel_id` provided. | no | — |
| channel_id | The Slack channel ID. Required if no `channel` provided. | no | — |
| payload | The JSON payload of a message to send. `channel` and `ts` are set to the values of the respective inputs. | yes | — |
| message_id | The ID of the existing Slack message to update. | no | — |
Outputs
| name | description |
|---|---|
| message_id | The unique timestamp identifier of the Slack message sent. |