actions-marketplace-validations/Slack Pipeline Notifications
Send Slack notifications about your pipelines progress
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 5, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/codedsolar_slack-action@e9a4b2255e9e353b4dc8f16d798f8928cd35b540 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 |