monta-app/Slack Notifier CLI
Send or update a slack notification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| job-type | one of: test, build, deploy, publishDocs | yes | — |
| job-status | one of: progress, success, failure, cancelled, unknown | yes | — |
| service-name | The name of your service (if you don't like the default) | no | — |
| service-emoji | The emoji you want to use for your service! | no | — |
| slack-app-token | — | yes | — |
| slack-channel-id | — | yes | — |
| slack-message-id | The id of a previously published message to be updated | no | — |
| fail-on-error | Whether to fail the workflow step if the Slack notification fails (e.g. channel not found). Set to 'false' to emit a warning instead. | no | false |
Outputs
| name | description |
|---|---|
| slack-message-id | Slack message id that was published |
| slack-notification-result | Result of the notification attempt: 'success' or 'failed' |