We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e629f5d commit 687404eCopy full SHA for 687404e
README.md
@@ -50,14 +50,14 @@ key features:
50
51
```yaml
52
steps:
53
- - uses: ikalnytskyi/action-setup-postgres@v5
+ - uses: ikalnytskyi/action-setup-postgres@v6
54
```
55
56
#### Advanced
57
58
59
60
61
with:
62
username: ci
63
password: sw0rdfish
@@ -80,7 +80,7 @@ steps:
80
81
82
83
84
85
- run: |
86
createuser myuser
@@ -102,7 +102,7 @@ steps:
102
103
104
105
106
107
108
```python
0 commit comments