From 9d134f0a1c218e5e71ca7dea9ebefb544a2e6341 Mon Sep 17 00:00:00 2001 From: Xargon Date: Tue, 17 May 2022 12:20:22 +0900 Subject: [PATCH] WORKFLOW: fixing build-id - fix2 --- .github/workflows/cooker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 0cab6dd8..2a29289a 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -28,7 +28,7 @@ jobs: - name: Generating build ID id: generating_buildid - run: echo "##[set-output name=build-id;]$(echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }})" + run: echo "##[set-output name=build-id;]$(echo "${{ steps.extract_branch.outputs.branch }}-${{ steps.date.outputs.date }}")" - uses: actions/checkout@v3