Skip to content

A GitHub Action to setup your workflow with Hashicorp Nomad CLI.

License

Notifications You must be signed in to change notification settings

blancsoft/setup-nomad

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A GitHub Action to setup your workflow with Hashicorp Nomad CLI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published