From 1ab55ae32e85e477f57608c0aacba6fd6c59aee2 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 28 Sep 2021 17:09:18 +0100 Subject: [PATCH] indent --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d1869fdc..0b228c90e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: path: '**/node_modules' key: node_modules-${{ hashFiles('**/yarn.lock') }} restore-keys: | - node_modules + node_modules - name: UI Install run: yarn --cwd ./src/Ombi/ClientApp install @@ -88,10 +88,10 @@ jobs: - name: Nuget Cache uses: actions/cache@v2 with: - path: ~/.nuget/packages - key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} - restore-keys: | - ${{ runner.os }}-nuget + path: ~/.nuget/packages + key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} + restore-keys: | + ${{ runner.os }}-nuget - name: Publish Backend ${{ matrix.os }} run: |