Skip to content

Commit cdb5874

Browse files
authored
Merge branch 'branch-25.06' into python-3.13
2 parents 944a2f2 + 73b3dcb commit cdb5874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-get-set-single-select-field.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
... on ProjectV2 {
103103
field(name: $fieldName) {
104104
... on ProjectV2SingleSelectField {
105-
options(names: $optionName) {id}
105+
options(names: [$optionName]) {id}
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)