Skip to content

Commit

Permalink
Merge pull request #2904 from buildkite/fix-annotation-url-on-graphql…
Browse files Browse the repository at this point in the history
…-builds

Use correct URL for annotation link
  • Loading branch information
dannymidnight authored Jul 22, 2024
2 parents 45faa7f + 85ca531 commit 16d9e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/update_graphql_docs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ git push -u origin $BRANCH

echo "+++ Create pull request"
create_pull_request "Update GraphQL docs" "This is an automated PR based on the current GraphQL schema" \
| jq ".url" | buildkite-agent annotate --style "success"
| jq ".html_url" | buildkite-agent annotate --style "success"

0 comments on commit 16d9e6f

Please sign in to comment.