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:
137
137
OPTION_ID : ${{ steps.parse_project_metadata.outputs.option_id }}
138
138
ITEM_TITLE : ${{ steps.parse_project_metadata.outputs.item_title }}
139
139
QUERY : |
140
- mutation($project: ID!, $item: ID!, $field: ID!, $value: ID !) {
140
+ mutation($project: ID!, $item: ID!, $field: ID!, $value: String !) {
141
141
updateProjectNextItemField(
142
142
input: {
143
143
projectId: $project
@@ -159,7 +159,6 @@ runs:
159
159
export VALUE_TO_SET="$OPTION_ID"
160
160
else
161
161
export VALUE_TO_SET="$VALUE"
162
- QUERY=$(sed "s/value: ID/value: String/" <<< $QUERY)
163
162
fi
164
163
165
164
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