Skip to content

Commit

Permalink
make the file executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 29, 2024
1 parent 978c0db commit 04a9482
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 @@ -10,5 +10,5 @@ runs:
run: |
sudo systemctl start postgresql.service
pg_isready
sudo chmod +x ${{ github.action_path }}/setup_db.sh
sudo chmod a+x ${{ github.action_path }}/setup_db.sh
sudo -u postgres bash ${{ github.action_path }}/setup_db.sh

0 comments on commit 04a9482

Please sign in to comment.