Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.21 KB

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.