mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
Update README.md
This commit is contained in:
parent
8a392da9f3
commit
024830544b
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ Setup PostgresSQL using this action.
|
|||
...
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Docker Action
|
||||
uses: tj-actions/docker-action@v1
|
||||
- name: Setup PostgreSQL
|
||||
uses: tj-actions/setup-postgresql@v1
|
||||
with:
|
||||
postgresql_version: 15
|
||||
```
|
||||
|
||||
## Inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue