Reusable GitHub Actions for the farvater release CLI.
Downloads the farvater CLI binary for the runner's OS/arch (from
farvater-releases) and adds it
to PATH.
- uses: amoniacou/farvater-actions/setup@v1
# with:
# version: v1.2.3 # defaults to the latest release
- run: farvater --version| Input | Default | Description |
|---|---|---|
version |
latest |
Release to install (v1.2.3 or 1.2.3). |
token |
${{ github.token }} |
Token for release API/download requests (rate limits). |
Runners: linux and macOS (amd64, arm64).