getarcaneapp/Setup Arcane CLI
Installs the Arcane CLI into the GitHub Actions environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of the Arcane CLI to install. Use latest, an exact version like 1.19.5, or a semver range like 1.x. | no | latest |
| github-token | Optional GitHub token used when resolving Arcane releases through the GitHub API. | no | — |
Outputs
| name | description |
|---|---|
| version | Resolved Arcane CLI version that was installed. |
| path | Directory added to PATH that contains the arcane-cli binary. |
| cache-hit | Whether the Arcane CLI was restored from the runner tool cache. |