https://github.com/yasslab/slack_notify
Simple GitHub Actions to send its result to a Slack channel. π
https://github.com/yasslab/slack_notify
github-actions simple slack
Last synced: 3 months ago
JSON representation
Simple GitHub Actions to send its result to a Slack channel. π
- Host: GitHub
- URL: https://github.com/yasslab/slack_notify
- Owner: yasslab
- License: mit
- Created: 2023-03-05T02:23:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T12:49:55.000Z (over 2 years ago)
- Last Synced: 2025-01-14T09:12:12.313Z (over 1 year ago)
- Topics: github-actions, simple, slack
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# (WIP) Slack Notify for GitHub Actions
Simple [GitHub Actions](https://github.com/features/actions) to send its result to a Slack channel. :bell:
## How to use
```
# Single job use
- name: π Notify results
uses: yasslab/slack_notify
if: always()
with:
slack_hook_url: ${{ secrets.SLACK_GITHUB_ACTIONS }}
```
## LICENSE
- [MIT License](https://github.com/yasslab/slack_notify/blob/main/LICENSE).
- Revised and inherited from [yasslab/idobata_notify](https://github.com/yasslab/idobata_notify) plugin.
## Copyright
Copyright Β© [YassLab Inc.](https://yasslab.jp) 2023
[](https://yasslab.jp/)