Merge cd866a98fbf90f0c35f81de563bdd40b4155e4ff into 72f2cec99f417b1a1c5e2e88945068983b7965f9

This commit is contained in:
John Hill 2023-09-13 22:22:56 +08:00 committed by GitHub
commit a7792b9095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
## Checkout multiple repos (nested)
Note: the checkout order must be primary _then_ secondary repo checkout.
```yaml
- name: Checkout
uses: actions/checkout@v4
@ -222,6 +224,8 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
## Checkout multiple repos (private)
Note: the checkout order must be primary _then_ secondary repo checkout.
```yaml
- name: Checkout
uses: actions/checkout@v4