diff --git a/.github/actions/setup-database/action.yml b/.github/actions/setup-database/action.yml index f1c856fc3f..b99642e944 100644 --- a/.github/actions/setup-database/action.yml +++ b/.github/actions/setup-database/action.yml @@ -51,7 +51,7 @@ runs: # The user 'evennia' is already created by the action for hosts: localhost, 127.0.0.1, and ::1 # We just need to create the database and grant additional privileges. mysql -u root -proot_password mysql <