Skip to content

Writes a markdown file with ejs template in GitHub Action

License

Notifications You must be signed in to change notification settings

narkdown/render-with-ejs

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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