Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wbwork/jinja2-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

jobs:
  foo:
    strategy:
      matrix:
        files: foo/*.yml
- name: Setup nginx
  uses: wbwork/[email protected]
  with:
    template: ${{matrix.files}}
    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.4%
  • Dockerfile 14.6%