mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
bugfix: Correct project item ID retrieval in GitHub Actions workflow
This commit is contained in:
2
.github/workflows/add-issue-to-project.yml
vendored
2
.github/workflows/add-issue-to-project.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}' -f project=$PROJECT_ID -f issue=$ISSUE_ID --jq '.data.node.items.nodes[] | select(.content.id == env.ISSUE_ID) | .id')
|
}' -f project=$PROJECT_ID -f issue=$ISSUE_ID --jq '.data.node.items.nodes[] | select(.content.id == $ISSUE_ID) | .id')
|
||||||
echo "PROJECT_ITEM_ID=$item_id" >> $GITHUB_OUTPUT
|
echo "PROJECT_ITEM_ID=$item_id" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Set component, type, and status
|
- name: Set component, type, and status
|
||||||
|
|||||||
Reference in New Issue
Block a user