Skip to content
arrow-down

GitHub Action

@narkdown/render-with-ejs

v0.1.1 Latest version

@narkdown/render-with-ejs

arrow-down

@narkdown/render-with-ejs

Render markdown with the given ejs template

Installation

Copy and paste the following snippet into your .yml file.

              

- name: @narkdown/render-with-ejs

uses: narkdown/[email protected]

Learn more about this action in narkdown/render-with-ejs

Choose a version

@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