Skip to content

Setup Nomad CLI

Actions

About

setup your workflow with Hashicorp Nomad CLI
v1
Latest
Star (0)

Nomad GitHub Action

This GitHub Action sets up Hashicorp Nomad CLI by adding a step to your workflow.

  - name: Hashicorp Nomad
    uses: blancsoft/setup-nomad@v1

Defining version and shasum

Set which Nomad version to use. sha256sum is optional.

  - name: Hashicorp Nomad
    uses: blancsoft/setup-nomad@v1
    with:
      version: 1.6.2
      sha256sum: f6f879a359a667a6b1ca4366abd8383d89118dabd0d28af5bbc4721685ff17b8

Setup Nomad CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

setup your workflow with Hashicorp Nomad CLI
v1
Latest

Setup Nomad CLI is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.