We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110d73a commit 195d5a6Copy full SHA for 195d5a6
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
sudo systemctl start postgresql.service
51
sudo -u postgres createuser --createdb $USER
52
- psql -U postgres -c "ALTER USER $USER WITH SUPERUSER"
+ sudo -u postgres psql -c "ALTER USER $USER WITH SUPERUSER"
53
54
- name: Install dependencies
55
0 commit comments