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-12 11:22:42 -06:00 committed by GitHub
parent 53f219496d
commit be57ba7832
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
- name: Setup PostgreSQL - name: Setup PostgreSQL
uses: tj-actions/install-postgresql@v1 uses: tj-actions/install-postgresql@v1
with: with:
postgresql_version: 15 postgresql-version: 15
``` ```
> NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH. > NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.