Docs: tip on disabling fork Actions (#12278)

This commit is contained in:
stevenyomi 2022-06-22 18:33:35 +08:00 committed by GitHub
parent aeb038c531
commit 84f3daa01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Some alternative steps can be followed to ignore "repo" branch and skip unrelate
<details><summary>Steps</summary> <details><summary>Steps</summary>
1. Make sure to delete "repo" branch in your fork. 1. Make sure to delete "repo" branch in your fork. You may also want to disable Actions in the repo settings.
2. Do a partial clone. 2. Do a partial clone.
```bash ```bash
git clone --filter=blob:none --no-checkout <fork-repo-url> git clone --filter=blob:none --no-checkout <fork-repo-url>