From 98d125b68f11620a0d03354ccb58de31bbffd7c1 Mon Sep 17 00:00:00 2001 From: Thorinwasher Date: Sun, 19 Nov 2023 17:23:18 +0100 Subject: [PATCH] Update sonar.yml --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index fd985128..f12aaf8c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -35,7 +35,7 @@ jobs: - name: Create credentials file uses: "finnp/create-file-action@master" env: - FILE_NAME: "~/project/src/test/resources/mysql_credentials.secret" + FILE_NAME: "/home/runner/work/Stargate-Bukkit/Stargate-Bukkit/src/test/resources/mysql_credentials.secret" FILE_DATA: |- MYSQL_DB_PASSWORD=root MYSQL_DB_USER=root