From 6134705b739b827effa067d190bd46da0b3e718d Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Sat, 27 Jan 2024 15:05:29 -0500 Subject: [PATCH] avoid a cd --- .github/actions/setup-postgres-linux/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 45d54311..85de1567 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -10,6 +10,5 @@ runs: shell: bash - name: Start postgres service - run: sudo -u postgres bash ./setup_postgres_linux.sh + run: sudo -u postgres bash ./.github/scripts/setup_postgres_linux.sh shell: bash - working-directory: ./.github/scripts