Skip to content

Commit b9a8860

Browse files
authored
ci: fix .github/workflows/validate_kong_image_trigger_via_label.yaml workflow (#7816)
1 parent 6ec804e commit b9a8860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate_kong_image_trigger_via_label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
BODY: ${{ github.event.issue.body }}
6565
# Fail the job if we cannot get "### Container image" keyword from issue body.
6666
run: |
67-
kong_container_image=$(echo ${{ env.BODY }} | grep -A 2 '### Container image' | tail -n 1) && \
67+
kong_container_image=$(echo "${{ env.BODY }}" | grep -A 2 '### Container image' | tail -n 1) && \
6868
echo "TEST_KONG_CONTAINER_IMAGE=${kong_container_image}" >> $GITHUB_ENV
6969
7070
# Split the container into repo and tag by ":" and then extract the first 3 segments of tags as its version.

0 commit comments

Comments
 (0)