Skip to content

CI fail reporter is a GitHub Action designed to notify Slack when CI has failed on the main branch.

Notifications You must be signed in to change notification settings

babbel/ci-fail-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CI Fail Reporter

Github Action to report default branch CI fails to the slack channel.

Overview

The CI Fail Reporter is a GitHub Action designed to report to Slack when CI fails on the main (or another default) branch.

Inputs

slack_webhook_url

  • Description: The Slack webhook URL where notifications will be sent.
  • Required: Yes

Usage

In your CI workflow add the following line

- name: Report to Slack
    uses: babbel/ci-fail-reporter@1.0.0
        with:
          slack_webhook_url: ${{ secrets.slack_webhook_url }}

About

CI fail reporter is a GitHub Action designed to notify Slack when CI has failed on the main branch.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •