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/setup-fianu@mainA specific version of the fianu CLI can be installed:
steps:
- uses: fianulabs/setup-fianu@main
with:
version: ${{ secrets.FIANU_VERSION }}The actions supports the following inputs:
version: The version offianuto install, defaulting tolatest
MIT.