Skip to content

Commit 5b3e10b

Browse files
authored
Merge pull request #12959 from some-natalie/main
Correct GraphQL API endpoints for GHAE
2 parents 40e2fdc + 67e63c9 commit 5b3e10b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/variables/product.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ api_url_code: >-
225225
{% ifversion fpt or ghec %}https://api.github.com{% elsif ghes %}http(s)://[hostname]/api/v3{% elsif ghae %}https://[hostname]/api/v3{% endif %}
226226
# Use this inside command-line code blocks
227227
graphql_url_pre: >-
228-
{% ifversion fpt or ghec %}https://api.github.com/graphql{% elsif ghes %}http(s)://<em>[hostname]</em>/api/graphql{% elsif ghae %}https://api.<em>[hostname]</em>/graphql{% endif %}
228+
{% ifversion fpt or ghec %}https://api.github.com/graphql{% elsif ghes %}http(s)://<em>[hostname]</em>/api/graphql{% elsif ghae %}https://<em>[hostname]</em>/api/graphql{% endif %}
229229
# Use this all other code blocks
230230
graphql_url_code: >-
231-
{% ifversion fpt or ghec %}https://api.github.com/graphql{% elsif ghes %}http(s)://[hostname]/api/graphql{% elsif ghae %}https://api.[hostname]/graphql{% endif %}
231+
{% ifversion fpt or ghec %}https://api.github.com/graphql{% elsif ghes %}http(s)://[hostname]/api/graphql{% elsif ghae %}https://[hostname]/api/graphql{% endif %}

0 commit comments

Comments
 (0)