magnetikonline/Slack workflow start/finish messaging

Send Slack messages at the start and/or finish of a workflow run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 10, 2026
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: magnetikonline/action-slack-workflow-start-finish@3d8f21afc4784ffaa863c3f4974a615ecf2b1b16 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
channelName or ID of the target Slack channel.yes
field-listLine feed separated list of custom fields in the format of: Field title|Field value Field with URL|<link title|url>
repositoryGitHub repository. In the form `owner-name/repository-name`.${{ github.repository }}
resultMessage end of workflow result. Expecting one of: - job.status - join(needs.*.result,'|')
webhook-urlSlack incoming webhook URL.yes

no outputs