This commit is contained in:
Randy D White 2023-08-28 13:58:04 -07:00 committed by GitHub
commit c16cbef2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,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@v3
@ -217,6 +219,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@v3