From 86f43fa395bb6b8a456943edcec35f8f3c805af8 Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Mon, 3 Feb 2025 10:00:51 +0100 Subject: [PATCH 1/2] Fix typo (#36130) --- .../migrating-from-travis-ci-to-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md index e37b7d91df3f..e3360b5f250e 100644 --- a/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -45,7 +45,7 @@ Travis CI and {% data variables.product.prodname_actions %} both use YAML to cre ### Custom variables -Travis CI lets you set variables and share them between stages. Similarly, {% data variables.product.prodname_actions %} lets you define variables for a workflows. For more information, see [AUTOTITLE](/actions/learn-github-actions/variables). +Travis CI lets you set variables and share them between stages. Similarly, {% data variables.product.prodname_actions %} lets you define variables for a workflow. For more information, see [AUTOTITLE](/actions/learn-github-actions/variables). ### Default variables From 3931b20f4341e593b36f93cadddc3a0a0a4c94a7 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:08:20 +0000 Subject: [PATCH 2/2] Update README.md Capitalization of GitHub --- src/github-apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github-apps/README.md b/src/github-apps/README.md index 2f9389c1ae0f..fb770f8e87ad 100644 --- a/src/github-apps/README.md +++ b/src/github-apps/README.md @@ -3,7 +3,7 @@ Our GitHub Apps pipeline creates autogenerated documentation for docs.github.com from the OpenAPI stored in the open-source repository [`github/rest-api-description`](https://github.com/github/rest-api-description). The pipeline is used to generate the data used on these pages: -- [Endpoints available for Github App installation access tokens](https://docs.github.com/en/rest/authentication/endpoints-available-for-github-app-installation-access-tokens) +- [Endpoints available for GitHub App installation access tokens](https://docs.github.com/en/rest/authentication/endpoints-available-for-github-app-installation-access-tokens) - [Endpoints available for GitHub App user access tokens](https://docs.github.com/en/rest/authentication/endpoints-available-for-github-app-user-access-tokens) - [Endpoints available for fine-grained personal access tokens](https://docs.github.com/en/rest/authentication/endpoints-available-for-fine-grained-personal-access-tokens) - [Permissions required for GitHub Apps](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps)