Skip to content

Commit 7e58e4b

Browse files
committed
Use @v2 example in README
1 parent 36c6663 commit 7e58e4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,19 @@ key features:
2727

2828
```yaml
2929
steps:
30-
- uses: ikalnytskyi/action-setup-postgres@v1
30+
- uses: ikalnytskyi/action-setup-postgres@v2
3131
```
3232
3333
#### Advanced
3434
3535
```yaml
3636
steps:
37-
- uses: ikalnytskyi/action-setup-postgres@v1
37+
- uses: ikalnytskyi/action-setup-postgres@v2
3838
with:
3939
username: ci
4040
password: sw0rdfish
4141
database: test
42+
port: "34837"
4243
id: postgres
4344

4445
- run: pytest -vv tests/

0 commit comments

Comments
 (0)