From a57369d521b3e0c278e72a4002842a2267a72636 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 27 Feb 2023 17:56:55 -0700 Subject: [PATCH] Whitespace!! --- .github/actions/cache-build/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/cache-build/action.yml b/.github/actions/cache-build/action.yml index 0945607110..2899075b14 100644 --- a/.github/actions/cache-build/action.yml +++ b/.github/actions/cache-build/action.yml @@ -21,6 +21,6 @@ runs: **/.turbo/** **/dist/** key: ${{ runner.os }}-${{ env.cache-name }}-${{ env.key-1 }}-${{ env.key-2 }}-${{ env.key-3 }} - - run: yarn build - if: steps.cache-build.outputs.cache-hit != 'true' - shell: bash + - run: yarn build + if: steps.cache-build.outputs.cache-hit != 'true' + shell: bash