Skip to content

Commit 8bd8013

Browse files
authored
v1.3.0
1 parent 0264c44 commit 8bd8013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to easily run it in your GitHub workflows.
88
# Using input variables
99
```yml
1010
- name: Setup nginx
11-
uses: cuchi/jinja2-action@v1.2.2
11+
uses: cuchi/jinja2-action@v1.3.0
1212
with:
1313
template: infra/nginx.conf.j2
1414
output_file: infra/nginx.conf
@@ -21,7 +21,7 @@ to easily run it in your GitHub workflows.
2121
# Using data files
2222
```yml
2323
- name: Setup nginx
24-
uses: cuchi/jinja2-action@v1.2.2
24+
uses: cuchi/jinja2-action@v1.3.0
2525
with:
2626
template: infra/nginx.conf.j2
2727
output_file: infra/nginx.conf
@@ -32,7 +32,7 @@ to easily run it in your GitHub workflows.
3232
# Using environment variables
3333
```yml
3434
- name: Setup nginx
35-
uses: cuchi/jinja2-action@v1.2.2
35+
uses: cuchi/jinja2-action@v1.3.0
3636
with:
3737
template: infra/nginx.conf.j2
3838
output_file: infra/nginx.conf

0 commit comments

Comments
 (0)