This action can be run on ubuntu-latest
, windows-latest
, and macos-latest
GitHub Actions runners, and will install and expose a specified version of the fianu
CLI on the runner environment.
Setup the gh
CLI:
steps:
- uses: fianulabs/actions@main
A specific version of the fianu
CLI can be installed:
steps:
- uses: fianulabs/actions@main
with:
version: ${{ secrets.FIANU_VERSION }}
The actions supports the following inputs:
version
: The version offianu
to install, defaulting tolatest
MIT.