Skip to content

Commit 1c46459

Browse files
committed
fix: removed non valid option from README.md
1 parent 7301241 commit 1c46459

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
113113
114114
- [Fetch only the root files](#Fetch-only-the-root-files)
115115
- [Fetch only the root files and `.github` and `src` folder](#Fetch-only-the-root-files-and-github-and-src-folder)
116-
- [Fetch only a single file](#Fetch-only-a-single-file)
117116
- [Fetch all history for all tags and branches](#Fetch-all-history-for-all-tags-and-branches)
118117
- [Checkout a different branch](#Checkout-a-different-branch)
119118
- [Checkout HEAD^](#Checkout-HEAD)
@@ -142,15 +141,6 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
142141
src
143142
```
144143

145-
## Fetch only a single file
146-
147-
```yaml
148-
- uses: actions/checkout@v3
149-
with:
150-
sparse-checkout: |
151-
/README.md
152-
```
153-
154144
## Fetch all history for all tags and branches
155145

156146
```yaml

0 commit comments

Comments
 (0)