Skip to content

covid-alert-ny/template-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Action

This action templates files using handlebarsjs

Inputs

template

Required The input template file path

output

Required The output file path

vars

Required The variables to use in replacement (expects JSON input)

Outputs

none

Example usage

uses: project-vagabond/template-action
with:
  template: 'input.template'
  output: 'output.txt'
  vars: |
    {
      "var1": "foo"
      "var2": "bar"
    }

About

Action to template files using handlebarsjs

Resources

Stars

Watchers

Forks

Packages

No packages published