actions-marketplace-validations/Slack Action Status
Github action to notify Slack using a message template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | Use secrets.GITHUB_TOKEN | yes | — |
| botToken | Slack APP Bot Token | yes | — |
| channelId | Slack Channel ID | yes | — |
| status | Status of the build as of now | yes | — |
| params | Additional parameters as string in '- <key>: <value>' format | no | — |
| indicators | Status indicators as string in '- <key>: <value>' format | no | — |
| messageId | Slack Message ID for updates | no | — |
| sourceSHA | Override for the commit sha to be used as the source of the event | no | — |
| templateFile | Message template using Slack Blocks Kit | no | — |
| inclusionSuffix | Suffix that marks a step to be included in the message | no | — |
| forceSuccess | Forces the current job status to be success overriding the API | no | — |
| forceFailure | Forces the current job status to be failed overriding the API | no | — |
Outputs
no outputs