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.
uses: bluewing/acars@v1
env:
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
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. |