Skip to content

Commit c59e9bc

Browse files
committed
feat: fix jq query
1 parent e384a9b commit c59e9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Fetch project and column data
6363
id: proj_columns
6464
run: |
65-
FIELD_QUERY=".fields[] | select(.name\"$COLUMN_FIELD\") | .id"
65+
FIELD_QUERY=".fields[] | select(.name==\"$COLUMN_FIELD\") | .id"
6666
FIELD_ID=$(gh project field-list $PROJECT_NUMBER --owner $ORG_NAME --format json -q "$FIELD_QUERY")
6767
6868
OPTION_QUERY=".fields[] | select(.name==\"$COLUMN_FIELD\") | .options[] | select(.name==\"$COLUMN_NAME\") | .id"

0 commit comments

Comments
 (0)