Skip to content

Commit e39c794

Browse files
committed
Update GraphQL query in get-project-column-ids.yml to retrieve ProjectV2Field instead of ProjectV2FieldConfiguration for accurate field data
1 parent dd29559 commit e39c794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
... on ProjectV2 {
104104
fields(first: 10) {
105105
nodes {
106-
... on ProjectV2FieldConfiguration {
106+
... on ProjectV2Field {
107107
id
108108
name
109109
}

0 commit comments

Comments
 (0)