From a2b85ebf996a0a553b96730b8912d97c532a7849 Mon Sep 17 00:00:00 2001 From: danielxnj <115043334+danielxnj@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:10:46 -0500 Subject: [PATCH] chore: convert label to json to handle empties (#23458) Co-authored-by: xneyder --- .github/workflows/container-images-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-images-cd.yml b/.github/workflows/container-images-cd.yml index 3a4412e89b0f9..f4be311203dcf 100644 --- a/.github/workflows/container-images-cd.yml +++ b/.github/workflows/container-images-cd.yml @@ -124,7 +124,7 @@ jobs: "release": "ingestion", "commit": ${{ toJson(github.event.head_commit) }}, "repository": ${{ toJson(github.repository) }}, - "labels": ${{ steps.labels.outputs.labels }} + "labels": ${{ toJson(steps.labels.outputs.labels) }} } - name: Check for changes that affect batch exports temporal worker