Skip to content

Commit

Permalink
ci/update: fix graphql formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jan 24, 2025
1 parent f4ba442 commit 0b6be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0b6be86

Please sign in to comment.