0
0
Fork 0
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:
Tonye Jack 2023-09-08 07:03:47 -06:00 committed by GitHub
parent 8a392da9f3
commit 024830544b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,10 @@ Setup PostgresSQL using this action.
... ...
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Docker Action - name: Setup PostgreSQL
uses: tj-actions/docker-action@v1 uses: tj-actions/setup-postgresql@v1
with:
postgresql_version: 15
``` ```
## Inputs ## Inputs