zzamboni/Elvish installer
Install the Elvish shell in your runner, allowing you to write your workflow scripts using the Elvish language.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Elvish version to install. Default: 'HEAD'. | no | HEAD |
| binary_name | The name to give to the installed Elvish binary. Default: 'elvish'. In Windows runners, '.exe' is automatically added to this name. | no | elvish |
| binary_dir | The path where to install the Elvish binary. Default: 'auto', which installs at /usr/local/bin on Linux/macOS and C:\Program Files\Elvish on Windows. | no | auto |
| architecture | Architecture for which to fetch the binary. Default: 'auto', which installs the correct version according to the runner architecture. You can manually specify any of the architectures for which Elvish is available (see https://dl.elv.sh/). | no | auto |
Outputs
no outputs