From 3a4419b4a97810f9d63ce7db0754a6d4291db61f Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:46:14 +0100 Subject: [PATCH] Fix `Github` capitalization (#38696) --- .../managing-commits/amending-a-commit-in-github-desktop.md | 2 +- .../using-custom-workflows-with-github-pages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit-in-github-desktop.md b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit-in-github-desktop.md index f5a9e1d5c4..e1ab366945 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit-in-github-desktop.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit-in-github-desktop.md @@ -1,5 +1,5 @@ --- -title: Amending a commit in Github Desktop +title: Amending a commit in GitHub Desktop shortTitle: Amending commits intro: 'You can use {% data variables.product.prodname_desktop %} to amend your last commit.' versions: diff --git a/content/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages.md b/content/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages.md index a6fc1f4a74..647bd3b62a 100644 --- a/content/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages.md +++ b/content/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages.md @@ -35,7 +35,7 @@ The `upload-pages-artifact` actions enables you to package and upload artifacts. To use the action in your current workflow place this snippet under `jobs`. ```yaml -- name: Upload Github Pages artifact +- name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v1 ```