File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments