1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #26310 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-06-28 08:59:39 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

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