0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Improve multi-repo checkout behavior

This commit is contained in:
John Hill 2022-10-21 11:06:00 -07:00 committed by GitHub
parent 1f9a0c22da
commit cd866a98fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,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
@ -171,6 +173,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