Skip to content

Commit

Permalink
Update version on the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cuchi authored Nov 9, 2023
1 parent 6d31ec7 commit 2ea7da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to easily run it in your GitHub workflows.
# Using input variables
```yml
- name: Setup nginx
uses: cuchi/[email protected].0
uses: cuchi/[email protected].2
with:
template: infra/nginx.conf.j2
output_file: infra/nginx.conf
Expand All @@ -21,7 +21,7 @@ to easily run it in your GitHub workflows.
# Using data files
```yml
- name: Setup nginx
uses: cuchi/[email protected].0
uses: cuchi/[email protected].2
with:
template: infra/nginx.conf.j2
output_file: infra/nginx.conf
Expand All @@ -32,7 +32,7 @@ to easily run it in your GitHub workflows.
# Using environment variables
```yml
- name: Setup nginx
uses: cuchi/[email protected].0
uses: cuchi/[email protected].2
with:
template: infra/nginx.conf.j2
output_file: infra/nginx.conf
Expand Down

0 comments on commit 2ea7da6

Please sign in to comment.