tree: 352bf4b1dcfe1e769a4050d1f474f42345a4a9b1 [path history] [tgz]
  1. action.yaml
  2. build-rpms.sh
  3. README.md
.github/actions/build-rpms/README.md

build-rpms JavaScript action

This action runs the builds RPMs for the various Traffic Control components.

Inputs

None

Outputs

exit-code

0 on success, non-zero otherwise

Example usage

uses: .github/actions/build-rpms

Note that fetch-depth needs to be set to 0 when checking out the repo before running the build-rpms action.