kaojai-ai/Workflow Notify
Send a GitHub Action Workflow result to notification provider (e.g. Slack)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_webhook_url | Incoming Slack webhook URL | yes | — |
| channel | Channel / target | yes | — |
| provider_name | Notification provider (slack, ...) | no | slack |
| prefix | Title prefix (e.g. 📦 Package, 🚀 Deploy, etc.) | no | ⚙️ Workflow |
| bot_name | Bot display name | no | kj-ops-bot |
| bot_icon_url | Bot avatar URL | no | https://avatars.githubusercontent.com/u/227843191 |
| message | Optional message body in Slack Markdown | no | — |
| status | Optional job status override (success, failure, cancelled, etc.) | no | "" |
| version | Optional version override | no | "" |
| service_name | Optional service name to display in header (defaults to repository name) | no | "" |
Outputs
no outputs