From 3cb86c6eccb389b2bb5b2f6350dc4c0aec70f8f0 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Fri, 26 Jan 2024 18:14:56 -0500 Subject: [PATCH] revert to the original action --- .github/actions/setup-postgres-linux/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 285c2cb3..1c8fc772 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -7,5 +7,4 @@ runs: run: | sudo systemctl start postgresql.service pg_isready - chmod +x ${{ github.action_path }}/setup_db.sh sudo -u postgres bash ${{ github.action_path }}/setup_db.sh