From 53f219496dc8909d5a2b18bd8bbad422c5f7e0a2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 12 Sep 2023 11:21:25 -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 df1d9c0..f93123a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies steps: - uses: actions/checkout@v4 - name: Setup PostgreSQL - uses: tj-actions/instwll-postgresql@v1 + uses: tj-actions/install-postgresql@v1 with: postgresql_version: 15 ```