Skip to content

bluewing/acars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACARS

ACARS logo

ACARS is a simple but opinionated GitHub Action designed for reporting CI/CD failures to Slack—for example, if PHPUnit tests fail on a commit. It is named after the Aircraft Communications Addressing and Reporting System, of the same acronym. It is written in Rust, and when used as a GitHub action, runs inside of an Alpine Linux-derived Rust container.

Usage

uses: bluewing/acars@v1
env:
  WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}

Inputs

Name Details
WEBHOOK_URL Required. This is the URL for the Webhook you've configured for your slack organization. Provide this as an environment variable in your workflow step.