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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 1, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/zzamboni_elvish-installer@68540bbd04bde770d115ee27e84ae42bb79cf1a9 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionElvish version to install. Default: 'HEAD'.noHEAD
binary_nameThe name to give to the installed Elvish binary. Default: 'elvish'. In Windows runners, '.exe' is automatically added to this name.noelvish
binary_dirThe 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.noauto
architectureArchitecture 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/).noauto

no outputs