ci/update: fix graphql formatting

This commit is contained in:
Matt Sturgeon 2025-01-24 16:47:11 +00:00
parent f4ba44225e
commit 0b6be86756
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -60,7 +60,7 @@ jobs:
# Query for info about the already open update PR
info=$(
gh api graphql -F owner='{owner}' -F repo='{repo}' -F branch="$branch" -f query='
query($owner:String!, $repo:String!, $branch:String!){
query($owner:String!, $repo:String!, $branch:String!) {
repository(owner: $owner, name: $repo) {
pullRequests(first: 1, states: OPEN, headRefName: $branch) {
nodes {