From 978c0dbc29504ea1b62c4cad2beaac0c88e9954b Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 29 Jan 2024 15:44:15 -0500 Subject: [PATCH] make the file executable --- .github/actions/setup-postgres-linux/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index d518dac1..27b9a359 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -10,4 +10,5 @@ runs: run: | sudo systemctl start postgresql.service pg_isready + sudo chmod +x ${{ github.action_path }}/setup_db.sh sudo -u postgres bash ${{ github.action_path }}/setup_db.sh