From a6e109799a33c412c94b675bce8c4384bf0e9fff Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 09:48:55 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3f747bb6..33bb2d6c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -60,7 +60,7 @@ jobs: uses: jacobtomlinson/gha-find-replace@v2 with: find: 'mysqlDatabase = "forgottenserver"' - replace: 'mysqlDatabase = "myaac-tfs-latest"' + replace: 'mysqlDatabase = "myaac-tfs"' regex: false include: 'config.lua'