Skip to content

Commit

Permalink
chore: convert label to json to handle empties (#23458)
Browse files Browse the repository at this point in the history
Co-authored-by: xneyder <[email protected]>
  • Loading branch information
danielxnj and xneyder authored Jul 3, 2024
1 parent 74e7b3d commit a2b85eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-images-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2b85eb

Please sign in to comment.