/render-with-ejs

Writes a markdown file with ejs template in GitHub Action

Primary LanguageJavaScriptMIT LicenseMIT

@narkdown/render-with-ejs

GitHub Action: View on Marketplace narkdown GitHub version license: MIT

This action writes a markdown file with ejs template. If you want commit output markdown file, use it with commit action.

Inputs

template-file-path

EJS template file path.

Default template.md

target-file-path

Target markdown file path.

Default README.md

data

object, Data to be used to render ejs templates.

Outputs

None. This action just write file in GitHub action runner environment.

Example usage

Related

License

MIT