From fbfd96b0bad9cead61b89f6161c85c8a2a6173f7 Mon Sep 17 00:00:00 2001 From: Boris Capitanu Date: Mon, 13 May 2024 01:59:17 -0500 Subject: [PATCH] Fix --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6496dca..782b587 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -88,7 +88,7 @@ jobs: client-payload: >- { "image": "${{ fromJSON(steps.meta.outputs.json).tags[0] }}", - "commit_msg": ${{ format('[{0}]: {1}', github.head_ref || github.ref_name, env.HEAD_COMMIT_MESSAGE) }}, + "commit_msg": "${{ format('[{0}]: {1}', github.head_ref || github.ref_name, env.HEAD_COMMIT_MESSAGE) }}", "repository": "${{ github.event.repository.name }}", "environment": "${{ github.event.inputs.environment }}", "ref": "${{ github.head_ref || github.ref_name }}"