rennf93/Good Comms
A GitHub Action to send communications to Slack channels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: rennf93/good-comms@5d4f2dce254bb22d7e0f60f81c3e5874628c4d81 # v3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| SLACK_WEBHOOK | Slack Webhook URL | yes | — |
| STATUS | Job status | yes | — |
| AUTHOR_NAME | Author name | no | — |
| AUTHOR_LINK | Author link | no | — |
| AUTHOR_ICON | Author icon URL | no | — |
| TITLE | Message title | no | — |
| TITLE_LINK | Title link | no | — |
| MESSAGE | Message to send to Slack | no | — |
| COLOR | Message color | no | — |
| SLACK_TOKEN | Slack Bot User OAuth Token | yes | — |
| CHANNEL_ID | Slack Channel ID | yes | — |
| SLACK_THREAD_TS | Slack Thread Timestamp | no | — |
Outputs
| name | description |
|---|---|
| SLACK_THREAD_TS | Timestamp of the Slack message thread |
| SLACK_CHANNEL | Slack channel where the message was sent |
| SLACK_MESSAGE_ID | ID of the Slack message |