Skip to content

Send Github Actions workflow status notifications to Slack regarding failures, warnings, or even success.

License

Notifications You must be signed in to change notification settings

Kicksaw-Consulting/notify-slack-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test License: MIT

Notify Slack Action

Send Github Actions workflow status notifications to Slack regarding failures, warnings or even success. You can read more about the action in our blog post.

Example workflow

steps:
  - uses: ravsamhq/notify-slack-action@master
    if: always()
    with:
      status: ${{ job.status }}
      notify_when: 'failure' # default is 'success,failure,warnings'
    env:
      SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required

Made in Python • By Ravgeet Dhillon @ RavSam Web Solutions.

About

Send Github Actions workflow status notifications to Slack regarding failures, warnings, or even success.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.3%
  • Dockerfile 15.4%
  • Makefile 2.3%