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 f19cd58 commit fd37e26Copy full SHA for fd37e26
README.md
@@ -37,14 +37,14 @@ key features:
37
38
```yaml
39
steps:
40
- - uses: ikalnytskyi/action-setup-postgres@v3
+ - uses: ikalnytskyi/action-setup-postgres@v4
41
```
42
43
#### Advanced
44
45
46
47
48
with:
49
username: ci
50
password: sw0rdfish
@@ -67,7 +67,7 @@ steps:
67
68
69
70
71
72
- run: |
73
createuser myuser
@@ -90,7 +90,7 @@ steps:
90
91
92
93
94
95
96
```python
0 commit comments