Skip to content

Commit

Permalink
Use @v2 example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Feb 13, 2022
1 parent 36c6663 commit 7e58e4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,19 @@ key features:

```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v1
- uses: ikalnytskyi/action-setup-postgres@v2
```
#### Advanced
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v1
- uses: ikalnytskyi/action-setup-postgres@v2
with:
username: ci
password: sw0rdfish
database: test
port: "34837"
id: postgres

- run: pytest -vv tests/
Expand Down

0 comments on commit 7e58e4b

Please sign in to comment.