magnetikonline/Slack workflow start/finish messaging
Send Slack messages at the start and/or finish of a workflow run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 10, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: magnetikonline/action-slack-workflow-start-finish@3d8f21afc4784ffaa863c3f4974a615ecf2b1b16 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| channel | Name or ID of the target Slack channel. | yes | — |
| field-list | Line feed separated list of custom fields in the format of: Field title|Field value Field with URL|<link title|url> | — | — |
| repository | GitHub repository. In the form `owner-name/repository-name`. | — | ${{ github.repository }} |
| result | Message end of workflow result. Expecting one of: - job.status - join(needs.*.result,'|') | — | — |
| webhook-url | Slack incoming webhook URL. | yes | — |
Outputs
no outputs