jcbhmr/Setup Javy
🟨 Install Javy for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| javy-version | Which version of Javy to install. This can be an exact version specifier such as '1.3.0' or a semver range like '~1.3.0' or '1.x'. Use 'latest' to always install the latest release. Defaults to 'latest'. | — | latest |
| javy-token | The GitHub token to use when fetching the version list from bytecodealliance/javy. You shouldn't have to touch this. The default is the 'github.token' if you're on github.com or unauthenticated (rate limited) if you're not on github.com. | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| javy-version | The version of Javy that was installed. This will be something like '1.3.0' or similar. |
| cache-hit | Whether or not Javy was restored from the runner's cache or download anew. |