Skip to content

Commit de38c16

Browse files
committed
Remove options logging from project column output in GraphQL query
1 parent fba9db4 commit de38c16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,6 @@ jobs:
135135
console.log(`Project "${projectName}" Columns:`);
136136
columns.forEach(column => {
137137
console.log(` Column "${column.name}" = Column ID: "${column.id}"`);
138-
if (column.options.length) {
139-
console.log(` Options:`);
140-
column.options.forEach(option => {
141-
console.log(` Option "${option.name}" = Option ID: "${option.id}"`);
142-
});
143-
}
144138
});
145139
});
146140

0 commit comments

Comments
 (0)