From 5ef5279b3b8c036e0c2bf62af7f82a040779f896 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 16 Nov 2021 11:20:55 +0900 Subject: [PATCH] fixed mixed use of tab and space --- .github/workflows/firebase-hosting-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-deploy.yml b/.github/workflows/firebase-hosting-deploy.yml index 0123682..b1b05ff 100644 --- a/.github/workflows/firebase-hosting-deploy.yml +++ b/.github/workflows/firebase-hosting-deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: yarn + cache: yarn cache-dependency-path: source/yarn.lock - name: Build run: cd source && yarn build