Skip to content

Commit

Permalink
fix: pgsql username
Browse files Browse the repository at this point in the history
  • Loading branch information
dr5hn committed Jun 8, 2024
1 parent d6afc1e commit 6900673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup PostgreSQL DB
run: |
psql -U root -c "CREATE DATABASE world;"
psql -U postgres -c "CREATE DATABASE world;"
psql -U postgres -c "\l"
- name: Setup MySQL DB
Expand Down

0 comments on commit 6900673

Please sign in to comment.