Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogu-team/slack-action
https://github.com/dogu-team/slack-action
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dogu-team/slack-action
- Owner: dogu-team
- Created: 2022-12-03T09:02:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T07:39:48.000Z (over 1 year ago)
- Last Synced: 2024-09-14T08:06:01.272Z (3 months ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }}
```