From e8e093cc1fefd31ab4152e176112aba68f8e4bb2 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 17 Feb 2024 08:30:49 +0100 Subject: [PATCH] Try to do it in one step with regex --- .github/workflows/cypress.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 70b3028c..1e14c399 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -88,20 +88,9 @@ jobs: - name: Replace mysqlDatabase (TFS 1.4) uses: jacobtomlinson/gha-find-replace@v2 - if: matrix.ots == 'tfs-1.4' with: - find: 'mysqlDatabase = "forgottenserver"' + find: 'mysqlDatabase = "*"' 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