a2-ai/a2-ai/setup-rv
Setup up your Github Actions workflow with a specific version of rv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 4, 2025
- License
- None
Pinned Snippet
uses: a2-ai/setup-rv@dd7424cb4da09c619fc3eee02e19dc75b242ab4f # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of rv to install | — | "" |
| github-token | Used to increase the rate limit when retrieving versions and downloading rv. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| rv-version | The version of rv that was installed |
| rv-path | The path to the installed rv |