From be57ba7832a89b5bf3b4f96eeb56663e3aa57a2e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 12 Sep 2023 11:22:42 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f93123a..1e813a3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies - name: Setup PostgreSQL uses: tj-actions/install-postgresql@v1 with: - postgresql_version: 15 + postgresql-version: 15 ``` > NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.