mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
bugfix: fixed jq
This commit is contained in:
2
.github/workflows/add-issue-to-project.yml
vendored
2
.github/workflows/add-issue-to-project.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
}
|
||||
}' -f project=$PROJECT_ID --jq '.data.node.items.nodes[] | select(.content.number == $ISSUE_NUMBER) | .id')
|
||||
}' -f project=$PROJECT_ID --jq ".data.node.items.nodes[] | select(.content.number == $ISSUE_NUMBER) | .id" -F number=$ISSUE_NUMBER)
|
||||
if [ -z "$item_id" ]; then
|
||||
echo "Error: Project item ID not found for issue number $ISSUE_NUMBER"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user