actions-marketplace-validations/Slack Post Message Action
GitHub Action that posts a message to a Slack channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Slack auth token. This is only required if environment variable SLACK_BOT_TOKEN is not set. | no | — |
| channel | The channel name to post to | yes | — |
| thread_ts | The timestamp ID of the parent message to reply to | no | — |
| text | The message text to post | yes | — |
| unfurl_links | Whether links in the message should be unfurled | — | true |
Outputs
| name | description |
|---|---|
| ts | The timestamp ID of the message that was just posted |