https://github.com/codio/codio-slack-action
Simplified slack notification
https://github.com/codio/codio-slack-action
Last synced: 5 months ago
JSON representation
Simplified slack notification
- Host: GitHub
- URL: https://github.com/codio/codio-slack-action
- Owner: codio
- License: mit
- Created: 2021-02-06T10:07:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:09:34.000Z (about 2 years ago)
- Last Synced: 2024-06-26T12:07:14.684Z (about 2 years ago)
- Language: TypeScript
- Size: 240 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codio slack message notification
# Usage
See [action.yml](action.yml)
```yaml
steps:
- uses: codio/codio-slack-action
with:
slack_hook_url: Url
message: Well Done!
```
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)