Skip to content

Commit

Permalink
Nope, it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Feb 17, 2024
1 parent e8e093c commit 4204e0a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/cypress.yml
Expand Up @@ -88,9 +88,20 @@ jobs:

- name: Replace mysqlDatabase (TFS 1.4)
uses: jacobtomlinson/gha-find-replace@v2
if: matrix.ots == 'tfs-1.4'
with:
find: 'mysqlDatabase = "*"'
find: 'mysqlDatabase = "forgottenserver"'
replace: 'mysqlDatabase = "myaac"'
regex: false
include: 'ots/config.lua'

- name: Replace mysqlDatabase (Canary)
uses: jacobtomlinson/gha-find-replace@v2
if: matrix.ots == 'canary-3.1.2'
with:
find: 'mysqlDatabase = "otservbr-global"'
replace: 'mysqlDatabase = "myaac"'
regex: false
include: 'ots/config.lua'

- name: Setup PHP
Expand Down

0 comments on commit 4204e0a

Please sign in to comment.