Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babbel/ci-fail-reporter

CI fail reporter is a GitHub Action designed to notify Slack when CI has failed on the main branch.
https://github.com/babbel/ci-fail-reporter

actions

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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/[email protected]
with:
slack_webhook_url: ${{ secrets.slack_webhook_url }}
```