https://github.com/gymshark/slack-notifier-action
Github Action for notifying Slack on build status
https://github.com/gymshark/slack-notifier-action
actions js
Last synced: 4 months ago
JSON representation
Github Action for notifying Slack on build status
- Host: GitHub
- URL: https://github.com/gymshark/slack-notifier-action
- Owner: gymshark
- Created: 2019-12-17T17:18:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T03:53:51.000Z (almost 3 years ago)
- Last Synced: 2024-01-19T17:46:41.797Z (over 2 years ago)
- Topics: actions, js
- Language: JavaScript
- Size: 583 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gymshark's Slack Notifier for Github Actions
This action will post the action status to a nominated Slack channel for your enjoyment.
## Inputs
### `webhook_url`
**Required** The Slack webhook URL to post to.
## Example usage
```
uses: gymshark/slack-notifier-action@v1.0.2
with:
webhook_url: 'https://hooks.slack.com/services/ABC123/def456'
```
## Build
```bash
yarn build
```