Skip to content

Latest commit

 

History

History

setup-gomplate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Gomplate Action

The "setup-gomplate" action is a composite action that can downloads and installs the gomplate templating tool.

Usage

name: "Setup gomplate"

on:
  workflow_dispatch:

jobs:
  test:
    runs-on: "ubuntu-latest"

    steps:
      - name: "Install gomplate CLI"
        uses: "Graylog2/actions/setup-gomplate@main"

Configuration

Optional Inputs

  • version: The gomplate version to install. (default: latest, example: 4.2.0)