escapace/Setup HashiCorp Nomad
Sets up HashiCorp Nomad in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- MPL 2.0
Pinned Snippet
uses: escapace/action-setup-nomad@b098688228b48d69ca3c8d50f7d9a1e1b50e2598 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Whether to persist installed Nomad versions with the GitHub Actions cache service. Defaults to `true`. | no | true |
| enterprise | Whether to install Nomad Enterprise instead of community releases. Defaults to `false`. | no | false |
| nomad-version | 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`. | no | latest |
Outputs
no outputs