lehoczky/Render Nunjucks Template
A GitHub action to render nunjucks templates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Nunjucks template string | no | — |
| template-path | Path to nunjucks template file | no | — |
| vars | Variables to use in template in JSON format | no | {} |
| auto-escape | Controls if output with dangerous characters are escaped automatically | no | true |
| trim-blocks | Automatically remove trailing newlines from a block/tag | no | false |
| lstrip-blocks | Automatically remove leading whitespace from a block/tag | no | false |
Outputs
| name | description |
|---|---|
| result | Rendered file content |