From 93b19459010575a702a0a5eba7c2bb923bf5baa1 Mon Sep 17 00:00:00 2001 From: neuronull Date: Tue, 1 Aug 2023 12:22:26 -0600 Subject: [PATCH] fix(ci): fix gardener move blocked to triage on comment (#18126) * fix(ci): fix gardener move blocked to triage on comment * feedback js --- .github/workflows/gardener_issue_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gardener_issue_comment.yml b/.github/workflows/gardener_issue_comment.yml index e066f40f49c87..f25dc9da5e02a 100644 --- a/.github/workflows/gardener_issue_comment.yml +++ b/.github/workflows/gardener_issue_comment.yml @@ -79,7 +79,7 @@ jobs: # Extract the item in the Gardener project project=$(echo $project_items | jq -c -r --arg project_id $project_id '.data.node.projectItems.nodes[] | select(.project.id == $project_id)') - current_status=$(echo $project | jq -c '.fieldValueByName.name') + current_status=$(echo $project | jq -c -r '.fieldValueByName.name') item_id=$(echo $project | jq -c '.id') if [ -z "$current_status" ] ; then