amendoa / action-setup-consul-template

Setup your GitHub Actions workflow with a specific version of consul-template CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delivery

Setup consul-template

This action provides the ability to setup your Github Actions workflow with a specific version of consul-template CLI.

🖐️ Only for linux and macOS runners

Inputs

Name Description Type Example Required
version consul-template version to install semver 0.27.0 false

Usage

steps:
  - uses: amendoa/action-setup-consul-template@v1
    with:
      version: 0.27.0

How to contribute?

Check out the contributor guide.

About

Setup your GitHub Actions workflow with a specific version of consul-template CLI

License:MIT License