You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Jinja2 Action
v1.1.0
Jinja2 is a fast and straightforward templating engine.
You can use this action to easily run the Jinja2 CLI inside your repository.
- name: Setup nginx
uses: cuchi/[email protected]
with:
template: infra/nginx.conf.j2
output_file: infra/nginx.conf
strict: true
variables: |
server_host=staging.example.com
timeout=30s