From eae8fbfb2ed0b14a3482dc11904f610e786b67ea Mon Sep 17 00:00:00 2001 From: lcc3108 Date: Sat, 9 Dec 2023 23:26:48 +0900 Subject: [PATCH] .. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b732652..ba726e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: - name: Restore Google Analytics Json id: restore-google-json run: | - mkdir -p /test/credencials + mkdir -p /test/credencials echo "${{ secrets.GOOGLE_AUTH_JSON }}" | base64 --decode > /test/credencials/auth.json - name: Check for E2E