jaywcjlove/action-ejs

A github action to render a ejs template using github context.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenYour GITHUB_TOKENno${{ github.token }}
templateInput ESJ template stringno
template-fileInput ESJ template file path.no
vars-fileRead the contents of the file into a vars.no{}
varsInput variables. A dictionary of variables in JSON format to be used in the template. no{}
optionsA JSON format string of options to be passed to the template engine.no{}
outputoutput html pathnobuild/index.html
namedescription
contentHTML string