File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ runs:
137137 OPTION_ID : ${{ steps.parse_project_metadata.outputs.option_id }}
138138 ITEM_TITLE : ${{ steps.parse_project_metadata.outputs.item_title }}
139139 QUERY : |
140- mutation($project: ID!, $item: ID!, $field: ID!, $value: ID !) {
140+ mutation($project: ID!, $item: ID!, $field: ID!, $value: String !) {
141141 updateProjectNextItemField(
142142 input: {
143143 projectId: $project
@@ -159,7 +159,6 @@ runs:
159159 export VALUE_TO_SET="$OPTION_ID"
160160 else
161161 export VALUE_TO_SET="$VALUE"
162- QUERY=$(sed "s/value: ID/value: String/" <<< $QUERY)
163162 fi
164163
165164 gh api graphql --header 'GraphQL-Features: projects_next_graphql' -f query="$QUERY" -f project=$PROJECT_ID -f item=$ITEM_ID -f field=$FIELD_ID -f value="$VALUE_TO_SET"
You can’t perform that action at this time.
0 commit comments