Skip to content

Commit

Permalink
Version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Oct 24, 2024
1 parent 3f8cb23 commit 10ab8a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ key features:

```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v6
- uses: ikalnytskyi/action-setup-postgres@v7

- run: psql postgresql://postgres:postgres@localhost:5432/postgres -c "SELECT 1"
- run: psql service=postgres -c "SELECT 1"
Expand All @@ -79,7 +79,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v6
- uses: ikalnytskyi/action-setup-postgres@v7
id: postgres

- run: psql ${{ steps.postgres.outputs.connection-uri }} -c "SELECT 1"
Expand All @@ -93,7 +93,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v6
- uses: ikalnytskyi/action-setup-postgres@v7
with:
username: ci
password: sw0rdfish
Expand All @@ -116,7 +116,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v6
- uses: ikalnytskyi/action-setup-postgres@v7
id: postgres

- env:
Expand Down

0 comments on commit 10ab8a5

Please sign in to comment.