actions-marketplace-validations/Slack Message

Send messages to Slack from GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
textText to send to Slack, in Slack's "mrkdwn" format - required.yes
colorThe colour of the Slack attachment.no
bot-tokenA Slack bot token to send messages with - required if `webhook-url` was not provided.no
webhook-urlA Slack webhook URL to send messages to - required if `bot-token` was not provided.no
channelThe Slack channel - required if `bot-token`, optional with `webhook-url`.no
usernameSet the webhook username - only valid if `webhook-url` was provided.no
titleA title for the Slack message, defaults to "$WORKFLOW_NAME (#$COMMIT-HASH)"no
icon-emojiSet the webhook icon_emoji - only valid if `webhook-url` was provided.no
icon-urlSet the webhook icon_url - only valid if `webhook-url` was provided.no
message-idThe ID of the existing Slack message to update - only valid if `bot-token` was provided.no
image-urlImage URL for attachmentno
thumb-urlThumb URL for attachmentno
namedescription
message-idThe unique identifier of the Slack message sent.