diff --git a/.github/actions/setup-postgres-linux/action.yml b/.github/actions/setup-postgres-linux/action.yml index 67de5acc..d5d07258 100644 --- a/.github/actions/setup-postgres-linux/action.yml +++ b/.github/actions/setup-postgres-linux/action.yml @@ -14,5 +14,5 @@ runs: # shell: bash - name: Configure the database - run: sudo -u postgres bash ${{ github.action_path }}/setup_db.sh + run: sudo bash ${{ github.action_path }}/setup_db.sh shell: bash