Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/escapace/action-setup-nomad

Sets up HashiCorp Nomad.
https://github.com/escapace/action-setup-nomad

actions nomad

Last synced: 7 days ago
JSON representation

Sets up HashiCorp Nomad.

Awesome Lists containing this project

README

        

## action-setup-nomad

Sets up HashiCorp Nomad.

### Inputs

#### `nomad-version`

**Optional** The version of Nomad to install. Instead of full version string you
can also specify a semantic version range (for example `^1.3.1`) to install the
latest version satisfying the constraint. A value of `latest` will install the
latest version of Nomad. Defaults to `latest`.

### Example usage

```yaml
uses: escapace/[email protected]
with:
nomad-version: ~1.3.1
```