From 35c45a23d057da67004ecce09ef977bcef4e0367 Mon Sep 17 00:00:00 2001 From: Xargon Wan Date: Mon, 2 May 2022 10:29:59 +0900 Subject: [PATCH] Second try on internal/global cache - fix5 --- .github/workflows/cooker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 4e1f434d..f922606b 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -35,8 +35,8 @@ jobs: - name: Generating build ID run: echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}" - outputs: - buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}" + outputs: + buildID: "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}" Job2_-_Downloading_Sources: runs-on: ubuntu-latest