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 e8f195e commit 74e3964Copy full SHA for 74e3964
README.md
@@ -50,14 +50,14 @@ key features:
50
51
```yaml
52
steps:
53
- - uses: ikalnytskyi/action-setup-postgres@v4
+ - uses: ikalnytskyi/action-setup-postgres@v5
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