Skip to content

Commit 56ed5b0

Browse files
committed
Add logging for GraphQL query results in get-project-column-ids.yml
1 parent c1f9f74 commit 56ed5b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/get-project-column-ids.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
3434
const result = await github.graphql(query, { org });
3535
36+
console.log(result);
37+
38+
3639
if (!result.organization || !result.organization.projectsV2.nodes.length) {
3740
console.log("❌ No projects found.");
3841
core.setOutput("project_ids", "{}");

0 commit comments

Comments
 (0)