Skip to content

Commit

Permalink
Version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed May 1, 2024
1 parent e629f5d commit 687404e
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 @@ -50,14 +50,14 @@ key features:

```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v5
- uses: ikalnytskyi/action-setup-postgres@v6
```
#### Advanced
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v5
- uses: ikalnytskyi/action-setup-postgres@v6
with:
username: ci
password: sw0rdfish
Expand All @@ -80,7 +80,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v5
- uses: ikalnytskyi/action-setup-postgres@v6

- run: |
createuser myuser
Expand All @@ -102,7 +102,7 @@ steps:
```yaml
steps:
- uses: ikalnytskyi/action-setup-postgres@v5
- uses: ikalnytskyi/action-setup-postgres@v6
```
```python
Expand Down

0 comments on commit 687404e

Please sign in to comment.