Skip to content

Commit

Permalink
Test formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmak-nv committed Dec 20, 2023
1 parent 0be7ac1 commit 9d2cf7a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/project-update-linked-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,16 @@ jobs:
projectId: "${{ inputs.PROJECT_ID }}"
itemId: "${{ inputs.PR_PROJECT_ID }}"
fieldId: "${{ inputs.UPDATE_FIELD_ID }}"
value: {iterationId: "${{ inputs.UPDATE_FIELD_VALUE }}"}})
{projectV2Item {id}}}'
value: {
iterationId: "${{ inputs.UPDATE_FIELD_VALUE }}"
}
}
) {
projectV2Item {
id
}
}
}'
elif [ "${{ inputs.UPDATE_FIELD_TYPE }}" == "single_select" ]; then
gh api graphql -f query='
Expand Down

0 comments on commit 9d2cf7a

Please sign in to comment.