Skip to content

Commit 6ad28b1

Browse files
committed
Update GraphQL query in get-project-column-ids.yml to retrieve column names instead of titles
1 parent fd606ab commit 6ad28b1

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
@@ -104,7 +104,7 @@ jobs:
104104
items(first: 10) {
105105
nodes {
106106
id
107-
title
107+
name
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)