@ -67,7 +67,7 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Default: true
# Default: true
persist-credentials: ''
persist-credentials: ''
# Relative path under $GITHUB_WORKSPACE to place the repository
# Relative or absolute path under $GITHUB_WORKSPACE to place the repository
path: ''
path: ''
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
@ -157,6 +157,18 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
```
```
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)