spinel-coop/Setup rv
Set up your GitHub Actions workflow with rv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ruby-version | Ruby version to install (e.g. '3.4.2' or 'current' to read .ruby-version). Omit to skip. | no | — |
| install-gems | Run 'rv ci' and cache installed gems | no | false |
| working-directory | Directory containing Gemfile and/or .ruby-version | no | . |
| enable-cache | Cache rv's download cache (~/.cache/rv) | no | auto |
| cache-version | Increment to invalidate the gem cache | no | 0 |
Outputs
| name | description |
|---|---|
| rv-version | The installed rv version |
| ruby-version | The installed Ruby version |
| cache-hit | Whether the gem cache was restored exactly |