Skip to content

Commit

Permalink
verify postgres user has access to the scripts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent de3bb43 commit 444780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:
shell: bash
run: |
sudo chmod +x ./scripts/my-script.sh
./scripts/my-script.sh
sudo -u postgres bash ./scripts/my-script.sh

0 comments on commit 444780a

Please sign in to comment.