mirror of
https://github.com/actions/checkout.git
synced 2026-03-24 04:30:21 +00:00
Merge 14f3cf06db into 72f2cec99f
This commit is contained in:
commit
2c8dbe3f8a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user