An open API service indexing awesome lists of open source software.

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

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
```