escapace/Setup HashiCorp Nomad

Sets up HashiCorp Nomad in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
MPL 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: escapace/action-setup-nomad@b098688228b48d69ca3c8d50f7d9a1e1b50e2598 # v1.0.0

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

namedescriptionrequireddefault
cacheWhether to persist installed Nomad versions with the GitHub Actions cache service. Defaults to `true`.notrue
enterpriseWhether to install Nomad Enterprise instead of community releases. Defaults to `false`.nofalse
nomad-versionThe 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`.nolatest

no outputs