actions-marketplace-validations/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
- Stalelast commit Jun 1, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/zzamboni_elvish-installer@68540bbd04bde770d115ee27e84ae42bb79cf1a9 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
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