Skip to content

Commit

Permalink
chore(ci): fix gardener issues comment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmith3197 committed Jul 5, 2023
1 parent 65e7a51 commit bacbc39
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 @@ -55,7 +55,7 @@ jobs:
)"
# Extract the item in the Gardener project
current_status=$(echo $project_items | jq -r '.data.node.projectItems.nodes[] | select(.project.id == $project_id) | .fieldValueByName.name')
current_status=$(echo $project_items | jq -c -r --arg project_id $project_id '.data.node.projectItems.nodes[] | select(.project.id == $project_id) | .fieldValueByName.name')
if [ -z "$current_status" ] ; then
echo "Issue not found in Gardener board"
Expand Down

0 comments on commit bacbc39

Please sign in to comment.