datadesk/Notify Slack on Build
A GitHub Action to notify a Slack channel on a successful project build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-token | The Slack token for authenticating your bot account | yes | — |
| channel-name | The name of the channel to notify (channel-id is preferred) | no | "" |
| channel-id | The ID of the channel to notify | no | "" |
| status | The status of the build | yes | — |
| status-text | Optional customized text describing the status | no | — |
| url | The URL for accessing your deployed project | yes | — |
| message-id | An optional ID referring to a previously created message | no | "" |
Outputs
| name | description |
|---|---|
| message-id | The ID that references the created or updated Slack message |
| channel-id | The ID of the channel receiving the message - if channel-id is provided as an input this will be identical, otherwise it is the ID that was found based on channel-name |