8000 GitHub - qgadrian/jinja2-action: Use the Jinja2 template engine as a GitHub action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qgadrian/jinja2-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release marketplace

Jinja2 is a fast and straightforward templating engine.

You can use this action to easily run the Jinja2 CLI inside your repository.

Example

- name: Setup nginx
  uses: cuchi/jinja2-action@v1.1.0
  with:
    template: infra/nginx.conf.j2
    output_file: infra/nginx.conf
    strict: true
    variables: |
      server_host=staging.example.com
      timeout=30s

See also

About

Use the Jinja2 template engine as a GitHub action

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.2%
  • Dockerfile 14.8%
0