From fdd39f363f83f572800045850072749317ac2ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 16 Mar 2023 10:45:59 +0100 Subject: [PATCH] chore(ci): provide correct git branch on http slab call --- .github/workflows/start_slab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start_slab.yml b/.github/workflows/start_slab.yml index 102eb15d6..56d65507e 100644 --- a/.github/workflows/start_slab.yml +++ b/.github/workflows/start_slab.yml @@ -42,7 +42,7 @@ jobs: shell: bash run: | GIT_SHA="$(git --no-pager show -s --format="%H" origin/${{ env.GIT_REF }})" - echo -n '{"command": "compiler-cpu-build", "git_ref": "test-with-david", "sha":"'${GIT_SHA}'"}' > command.json + echo -n '{"command": "compiler-cpu-build", "git_ref": "${{ env.GIT_REF }}", "sha":"'${GIT_SHA}'"}' > command.json cat command.json SIGNATURE="$(slab/scripts/hmac_calculator.sh command.json '${{ secrets.JOB_SECRET }}')" curl -v -k \