aloiswirth/Send Build Status Notification to Slack User (DEMO)
Reports the build status to the GitHub user who triggered the workflow via Slack. This is a demo action, DO NOT USE.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 30, 2025
- License
- None
Pinned Snippet
uses: aloiswirth/more_github_actions@70d65488beb121bb769d58829b2d9657be8dd3d6 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token to authenticate with GitHub API | yes | — |
| github-username | The GitHub username of the employee to look up | yes | — |
| slack-token | The organizational Slack access token to look up users | yes | — |
| slack-bot-token | The organizational Slack access token to send chat messages | yes | — |
Outputs
| name | description |
|---|---|
| time | The time the message was sent |