lukesavefrogs/Setup Jython
Set up a specific version of Jython and add the command-line tools to the PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 20, 2024
- License
- MIT
Pinned Snippet
uses: lukesavefrogs/setup-jython@ef1cdc2847b7a28f22411e801c2a41a48b0c7e4f # v5.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jython-version | The version of Jython to use | yes | — |
| installation-path | The path where Jython will be installed | no | ~/jython/ |
Outputs
| name | description |
|---|---|
| download-url | The URL from which the installer is downloaded |
| cache-hit | Whether the Jython binaries were restored from the cache |