Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
fix: removed non valid option from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdez committed Jun 7, 2023
1 parent 7301241 commit 1c46459
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
- [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)
Expand Down Expand Up @@ -142,15 +141,6 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
src
```

## Fetch only a single file

```yaml
- uses: actions/checkout@v3
with:
sparse-checkout: |
/README.md
```

## Fetch all history for all tags and branches

```yaml
Expand Down

0 comments on commit 1c46459

Please sign in to comment.