Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dogu-team/slack-action


https://github.com/dogu-team/slack-action

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Slack Action

## Inputs

### `slack-channel-id`

**Required** Slack Channel ID

### `template`

**Required** Action Template

- CI
- CD (required input: "fail")

## Example usage

```yaml
- name: Send Slack
uses: dogu-team/[email protected]
with:
template: 'e2e'
slack-channel-id: 'C03PL9TC44Q'
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
```