actions-marketplace-validations/slacknotifier

Sends a notification to Slack

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
slack-tokenSlack bot token, usually starts with xoxb-yes
bot-namethe bot nameyesslacknotifier
bot-icon-emojiemoji to use as the bot’s iconyes:ghost:
channel-idthe ID of the channel to send the notification toyes
messagethe notification messageyes
message-contextextra context information to be included with the notification message, usually displayed below the messageyes""
markdownwhether the message and message-context are in Slack’s Markdown format or not ("true" or "false" as string)yestrue
replace-timestampthe timestamp of a previously-sent message (e.g. from a previous step) to replace with this messageyes""
timeouthow long to wait before giving up when sending notification to Slack (format: Go time.Duration)yes30s
ignore-failurewhen true, the action will return success anyway upon failure to notify Slacknofalse
namedescription
channel-idthe canonical channel ID where the message was sent
timestamptimestamp of the sent message, useful for replacing this message at a later step