Go REnder Template Action: A Github Action that renders a Go template.
Name | Description | Notes |
---|---|---|
template |
The path to the Go template file | |
input |
A .json file (or - for stdin) |
default is - (stdin) |
mode |
html to use html/template and text for text/template |
default is html |
output |
The path to the output file. | stdout if not specified |