stephen-ra-king/Jinja-Genie Action
Apply Jinja2 templating to files in a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data_source | A source file containing key, value pairs | no | — |
| data_type | Data type of the data_source - env, toml, yaml, yml, ini, json | no | — |
| dynamic_script | A script that retrieves dynamic data | no | — |
| protect | Turns protection from accidental overwrite for a target on | no | — |
| requires | A list of python requirements for the dynamic_script (if any) | no | — |
| target | Target for the rendered template | yes | — |
| template | The template file that will be rendered with data | yes | — |
| variables | Key, value pairs in .env file format (key=value) | no | — |
| strict | Fails on missing values | no | — |
Outputs
no outputs