Skip to content

Commit

Permalink
fix(ci): fix gardener move blocked to triage on comment (#18126)
Browse files Browse the repository at this point in the history
* fix(ci): fix gardener move blocked to triage on comment

* feedback js
  • Loading branch information
neuronull authored Aug 1, 2023
1 parent 36788d1 commit 93b1945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gardener_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b1945

Please sign in to comment.