The "setup-gomplate" action is a composite action that can downloads and installs the gomplate templating tool.
name: "Setup gomplate"
on:
workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- name: "Install gomplate CLI"
uses: "Graylog2/actions/setup-gomplate@main"
version
: The gomplate version to install. (default:latest
, example:4.2.0
)