Skip to content

Commit

Permalink
correct postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 16, 2024
1 parent 03ed774 commit c250436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
shell: cmd
run: |
echo on
C:\OTHERBIN\postgresql_install.exe --mode unattended --unattendedmodeui none --superpassword postgres --enable-components server
C:\OTHERBIN\postgresql_install.exe --mode unattended --unattendedmodeui none --superpassword password --enable-components server
- name: start postgresql
shell: cmd
run: |
Expand Down

0 comments on commit c250436

Please sign in to comment.