0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00

docs: fix broken links in README

This commit is contained in:
Cervac Petru 2023-08-20 10:50:33 +01:00 committed by GitHub
parent 7739b9ba2e
commit 51f723530f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,18 +119,18 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Scenarios
- [Fetch only the root files](#Fetch-only-the-root-files)
- [Fetch only the root files and `.github` and `src` folder](#Fetch-only-the-root-files-and-github-and-src-folder)
- [Fetch only a single file](#Fetch-only-a-single-file)
- [Fetch all history for all tags and branches](#Fetch-all-history-for-all-tags-and-branches)
- [Checkout a different branch](#Checkout-a-different-branch)
- [Checkout HEAD^](#Checkout-HEAD)
- [Checkout multiple repos (side by side)](#Checkout-multiple-repos-side-by-side)
- [Checkout multiple repos (nested)](#Checkout-multiple-repos-nested)
- [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
- [Checkout pull request HEAD commit instead of merge commit](#Checkout-pull-request-HEAD-commit-instead-of-merge-commit)
- [Checkout pull request on closed event](#Checkout-pull-request-on-closed-event)
- [Push a commit using the built-in token](#Push-a-commit-using-the-built-in-token)
- [Fetch only the root files](#user-content-Fetch-only-the-root-files)
- [Fetch only the root files and `.github` and `src` folder](#user-content-Fetch-only-the-root-files-and-github-and-src-folder)
- [Fetch only a single file](#user-content-Fetch-only-a-single-file)
- [Fetch all history for all tags and branches](#user-content-Fetch-all-history-for-all-tags-and-branches)
- [Checkout a different branch](#user-content-Checkout-a-different-branch)
- [Checkout HEAD^](#user-content-Checkout-HEAD)
- [Checkout multiple repos (side by side)](#user-content-Checkout-multiple-repos-side-by-side)
- [Checkout multiple repos (nested)](#user-content-Checkout-multiple-repos-nested)
- [Checkout multiple repos (private)](#user-content-Checkout-multiple-repos-private)
- [Checkout pull request HEAD commit instead of merge commit](#user-content-Checkout-pull-request-HEAD-commit-instead-of-merge-commit)
- [Checkout pull request on closed event](#user-content-Checkout-pull-request-on-closed-event)
- [Push a commit using the built-in token](#user-content-Push-a-commit-using-the-built-in-token)
## Fetch only the root files