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 ```