fix(ci): missing brackets

This commit is contained in:
youben11
2023-04-04 17:15:01 +01:00
committed by Ayoub Benaissa
parent f9d1a0162e
commit 65a548bd43

View File

@@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
GIT_SHA="$(git --no-pager show -s --format="%H" origin/${{ env.GIT_REF }})"
echo -n '{"command": "${{ inputs.command }}", "git_ref": "${{ env.GIT_REF }}", "sha":"'${GIT_SHA}'", "user_inputs": "${inputs.user_inputs}"}' > command.json
echo -n '{"command": "${{ inputs.command }}", "git_ref": "${{ env.GIT_REF }}", "sha":"'${GIT_SHA}'", "user_inputs": "${{ inputs.user_inputs }}"}' > command.json
cat command.json
SIGNATURE="$(slab/scripts/hmac_calculator.sh command.json '${{ secrets.JOB_SECRET }}')"
curl -v -k \