Releases: cuchi/jinja2-action
Releases · cuchi/jinja2-action
1.2.2
1.2.1
1.2.0
- Inject environment variables inside an
env
object to be used with the{{ env['VAR'] }}
style. - Add a
data_format
input option to force thedata_file
format when the action can't detect it.
1.1.0
- Add the
data_file
input, to support setting variables from a file instead of from the action itself. - Fix: if jinja2 has non-zero exit then the action will properly fail.
1.0.1
- Migrate from Shell to Python
- Fix multi-line variable issues
1.0.0
Initial Release
- Execute the Jinja2 template engine and output a file.