fullstackhouse/Slack Notify

Send a richly-formatted Slack notification from a GitHub Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bot-tokenSlack bot token (xoxb-…). Mutually exclusive with webhook-url.no
webhook-urlSlack incoming webhook URL. Mutually exclusive with bot-token.no
channelSlack channel (e.g. "#fsh-alerts"). Required when using bot-token; ignored for webhook-url.no
titleNotification title (shown as a header block).yes
messageNotification body (mrkdwn).yes
statusOne of "success", "failure", "info" (default). Controls header emoji.noinfo
fieldsOptional JSON array of extra Slack field objects (e.g. `[{"type":"mrkdwn","text":"*Region:*\nEU"}]`). Rendered after the default Repository/Branch fields.no""

no outputs