codedsolar/Slack Pipeline Notifications
Send Slack notifications about your pipelines progress
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| color | Attachment color in HEX format. By default, it's based on the "status" input | no | "" |
| fields | Fields in the multiline format. Each field must match: "<your name>: <your value>". Supported keywords: {REF}, {STATUS} | no | {STATUS} {REF} |
| ignore-failures | When the action exits it will be with an exit code of 0 | no | false |
| ignore-message-not-found | When the previous message to update isn't found, a new one will be posted instead | no | true |
| port | Port on which to run the Slack application | no | 3000 |
| port-retries | Port retries number for an automatic bumping of unavailable ports | no | 3 |
| status | Status: unknown|in-progress|success|failure|cancelled|skipped | no | unknown |
| text | Message text. Supported keywords: {GITHUB_ACTOR}, {GITHUB_JOB}, {GITHUB_REF} | no | GitHub Actions {GITHUB_JOB} job in {GITHUB_REF} by {GITHUB_ACTOR} |
| timestamp | Timestamp in Slack UNIX format of the previous message to update | no | "" |
Outputs
| name | description |
|---|---|
| slack-timestamp | Previous Slack message timestamp |