actions-marketplace-validations/Setup eli environment
Setup a eli environment and add it to the PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| eli-version | The eli version to download (if necessary) and use. Supports semver spec and ranges. | — | — |
| eli-version-file | Path to the version file - any file with version string as content. | — | — |
| architecture | Target architecture for eli to use. Examples: x86, x64. Will use system architecture by default. | — | — |
| token | Used to auth octokit | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
Outputs
| name | description |
|---|---|
| eli-version | The installed eli version. Useful when given a version range as input. |