loonghao/Setup vx
Setup vx - Universal Development Tool Manager for your CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | vx version to install (e.g., "0.5.7", "latest") | no | latest |
| github-token | GitHub token for API requests (avoids rate limiting) | no | ${{ github.token }} |
| tools | Space-separated list of tools to pre-install (e.g., "node go uv") | no | "" |
| cache | Enable caching of vx tools directory | no | true |
| cache-key-prefix | Custom prefix for cache key | no | vx-tools |
| setup | Run vx setup --ci to install tools from vx.toml and export tool paths to GITHUB_PATH. Set to "true" to enable, "false" to disable (default) | no | false |
Outputs
| name | description |
|---|---|
| version | The installed vx version |
| cache-hit | Whether the cache was hit |