mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
last try to fix mysql
This commit is contained in:
parent
e71daa2520
commit
b76a037a94
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
image: mysql:8.0
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
MYSQL_DATABASE: "myaac-tfs"
|
||||
MYSQL_DATABASE: myaac
|
||||
MYSQL_USER: myaac
|
||||
MYSQL_PASSWORD: myaac
|
||||
ports:
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
uses: jacobtomlinson/gha-find-replace@v2
|
||||
with:
|
||||
find: 'mysqlDatabase = "forgottenserver"'
|
||||
replace: 'mysqlDatabase = "myaac-tfs"'
|
||||
replace: 'mysqlDatabase = "myaac"'
|
||||
regex: false
|
||||
include: 'tfs/config.lua'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user