mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix configs
This commit is contained in:
parent
762761a01b
commit
90cd9e8308
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-database/action.yml
vendored
2
.github/actions/setup-database/action.yml
vendored
|
|
@ -26,7 +26,7 @@ runs:
|
|||
postgresql version: "12"
|
||||
postgresql db: "evennia"
|
||||
postgresql user: "evennia"
|
||||
postgresql password: "password"
|
||||
postgresql password: "evennia"
|
||||
|
||||
- name: Wait for PostgreSQL to activate
|
||||
if: ${{ inputs.database == 'postgresql' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue