Skip to content

Commit 7007554

Browse files
authored
Merge pull request github#26310 from github/repo-sync
Repo sync
2 parents f477384 + 3a4419b commit 7007554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit-in-github-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Amending a commit in Github Desktop
2+
title: Amending a commit in GitHub Desktop
33
shortTitle: Amending commits
44
intro: 'You can use {% data variables.product.prodname_desktop %} to amend your last commit.'
55
versions:

content/pages/getting-started-with-github-pages/using-custom-workflows-with-github-pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `upload-pages-artifact` actions enables you to package and upload artifacts.
3535
To use the action in your current workflow place this snippet under `jobs`.
3636

3737
```yaml
38-
- name: Upload Github Pages artifact
38+
- name: Upload GitHub Pages artifact
3939
uses: actions/upload-pages-artifact@v1
4040
```
4141

0 commit comments

Comments
 (0)