Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 392 Bytes

master-watcher-action

This action should be launched after any commit status update on master branch. It sends slack message to specified channel if status is "failure" or "error". Check example at .github/workflow/.example

Settings

slack-token - token for slack app, set it via SLACK_TOKEN in your project settings. slack-channel - channel where notifications will be sent.