Skip to content

Commit 9c6f637

Browse files
authored
Merge branch 'main' into ajjimenez-remove-GHAE-GDP
2 parents 293a909 + 10844bf commit 9c6f637

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ on:
606606

607607
{% note %}
608608

609-
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a single commit](/rest/reference/repos#get-a-single-commit)"".
609+
**Note:** The webhook payload available to GitHub Actions does not include the `added`, `removed`, and `modified` attributes in the `commit` object. You can retrieve the full commit object using the REST API. For more information, see "[Get a commit](/rest/reference/repos#get-a-commit)".
610610

611611
{% endnote %}
612612

content/rest/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To help you gracefully handle these situations, all API responses for requests
165165
made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes].
166166
This header contains the list of scopes of the token that was used to make the
167167
request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
168-
[check a token for validity][/rest/reference/apps#check-a-token]{% else %}[check a token for validity][/rest/reference/apps#check-an-authorization]{% endif %}.
168+
[check a token for validity](/rest/reference/apps#check-a-token){% else %}[check a token for validity](/rest/reference/apps#check-an-authorization){% endif %}.
169169
Use this information to detect changes in token scopes, and inform your users of
170170
changes in available application functionality.
171171

0 commit comments

Comments
 (0)