https://github.com/escapace/action-setup-nomad
Sets up HashiCorp Nomad.
https://github.com/escapace/action-setup-nomad
actions nomad
Last synced: 9 months ago
JSON representation
Sets up HashiCorp Nomad.
- Host: GitHub
- URL: https://github.com/escapace/action-setup-nomad
- Owner: escapace
- License: mpl-2.0
- Created: 2022-06-17T23:53:39.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-09-29T05:36:55.000Z (9 months ago)
- Last Synced: 2025-09-29T07:18:56.589Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/action-setup-nomad@v0.2.0
with:
nomad-version: ~1.3.1
```