GitHub Action
Setup Consul Template CLI
v1
Latest version
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
Name | Description | Type | Example | Required |
---|---|---|---|---|
version | consul-template version to install | semver |
0.27.0 | false |
steps:
- uses: amendoa/action-setup-consul-template@v1
with:
version: 0.27.0
Check out the contributor guide.