patriotsoftware/slack-bot-action
Sends custom message to person or channel of your choice
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| destination | Channel or user that will receive message. | yes | — |
| message | Message that will be sent. | yes | testing |
| slack-token | Slack Token, can be stored as a secret in the repo. | no | — |
| results | List of job results to append to the message. New line separated with: job:result | no | — |
| github-token | GitHub Repository to for getting commit email. Use: secrets.GITHUB_TOKEN | no | — |
| github-repository | GitHub Repository to for getting commit email. Default: github.repository | no | — |
| github-sha | GitHub SHA to for getting commit email. Default: github.sha | no | — |
| remove-branch-prefix | Removes branch /refs/head/ from string instances of /refs/heads. Values: true/false | no | true |
| fallback-destination | Destination to use if any of the destinations fail. | no | #alerts-unknown-team |
Outputs
| name | description |
|---|---|
| validate-output | Status of message |