Skip to content

Commit 1345ff4

Browse files
committed
Update GraphQL query in get-project-column-ids.yml to retrieve field configuration details for improved data accuracy
1 parent f62f139 commit 1345ff4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ jobs:
103103
... on ProjectV2 {
104104
fields(first: 10) {
105105
nodes {
106-
id
107-
name
108-
dataType
106+
... on ProjectV2FieldConfiguration {
107+
id
108+
name
109+
dataType
109110
}
110111
}
111112
}

0 commit comments

Comments
 (0)