Skip to content

Commit

Permalink
remove working dir arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent cdf3548 commit 860d3db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ runs:
shell: bash

- name: Configure the database
run: |
chmod +x setup_postgres_linux.sh
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

0 comments on commit 860d3db

Please sign in to comment.