adammharris/Setup fig
Install the fig config-file CLI on a GitHub Actions runner (Linux, macOS, Windows).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | fig CLI version to install. Accepts "latest" (default), a bare version like "2.5.0", "v2.5.0", or the full release tag "cli/v2.5.0". | no | latest |
| repository | owner/repo that publishes the cli/v* releases. Override for a fork. | no | adammharris/fig |
| github-token | Token used for the GitHub API (release lookup) and asset download. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved fig version that was installed (e.g. 2.5.0). |
| bin-path | Absolute path to the directory containing the fig binary (already added to PATH). |