wire-network/Send CI/CD Notification
Send workflow status notifications to Slack or Mattermost
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | Webhook URL for Slack or Mattermost | yes | — |
| notification-type | Type of notification service: 1 for Mattermost, 2 for Slack | yes | 1 |
| channel | Channel name (for Mattermost) or channel ID (for Slack) | no | cicd-notifications |
| workflow-name | Name of the workflow (e.g., "Build & Test Workflow") | yes | — |
| job-results | Job results - either JSON string {"job":"status"} or space/newline-separated "job:status" pairs | yes | — |
| github-context | GitHub context as JSON (use toJSON(github)) | yes | — |
Outputs
no outputs