jhonatsz/Slack Notify
send slack notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 10, 2025
- License
- GPL 3.0
Pinned Snippet
uses: jhonatsz/actions-slacknotify@77d743721dc863a0256b95b0996ff8db5d72ffa8 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slackToken | Token for your slack channel | yes | n/a |
| channelId | Channel ID to send the notifiation | yes | C02G8D9CC10 |
| notifStatus | function to run { pipelineStart|pipelineSuccess|pipelineFailure } | yes | pipelineStart |
| ts | set ts to update previous slack notification | — | n/a |
| label | set pipeline run label | yes | N/A |
| pipelineUrl | set pipeline url for link | yes | N/A |
| details | set content for slack notifs | yes | N/A |
Outputs
| name | description |
|---|---|
| ts | slack notif timestamp |