Skip to content

Commit

Permalink
docs(readme): update the example
Browse files Browse the repository at this point in the history
- Use the correct version
  • Loading branch information
cuchi authored Feb 14, 2020
1 parent 4107062 commit 0b5c5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can use this action to easily run the [Jinja2 CLI](https://github.com/mattro
# Example
```yml
- name: Setup nginx
uses: cuchi/jinja2-action@v1
uses: cuchi/jinja2-action@v1.0.1
with:
template: infra/nginx.conf.j2
output_file: infra/nginx.conf
Expand All @@ -20,4 +20,4 @@ You can use this action to easily run the [Jinja2 CLI](https://github.com/mattro
```
# See also
- [Jinja2 docs](https://jinja.palletsprojects.com/)
- [Jinja2 docs](https://jinja.palletsprojects.com/)

0 comments on commit 0b5c5a9

Please sign in to comment.