Skip to content

Commit dd29559

Browse files
committed
Remove unused dataType field from GraphQL query in get-project-column-ids.yml for cleaner data structure
1 parent 1345ff4 commit dd29559

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
@@ -106,7 +106,7 @@ jobs:
106106
... on ProjectV2FieldConfiguration {
107107
id
108108
name
109-
dataType
109+
}
110110
}
111111
}
112112
}

0 commit comments

Comments
 (0)