Skip to content

Commit 93b1945

Browse files
authored
fix(ci): fix gardener move blocked to triage on comment (vectordotdev#18126)
* fix(ci): fix gardener move blocked to triage on comment * feedback js
1 parent 36788d1 commit 93b1945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gardener_issue_comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
# Extract the item in the Gardener project
8181
project=$(echo $project_items | jq -c -r --arg project_id $project_id '.data.node.projectItems.nodes[] | select(.project.id == $project_id)')
82-
current_status=$(echo $project | jq -c '.fieldValueByName.name')
82+
current_status=$(echo $project | jq -c -r '.fieldValueByName.name')
8383
item_id=$(echo $project | jq -c '.id')
8484
8585
if [ -z "$current_status" ] ; then

0 commit comments

Comments
 (0)