mirror of
https://github.com/actions/checkout.git
synced 2026-02-21 20:32:05 +00:00
Compare commits
5 Commits
37974c5a54
...
14a326909a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14a326909a | ||
|
|
14f3cf06db | ||
|
|
8d7d1cf5ec | ||
|
|
cd866a98fb | ||
|
|
d8d55467a3 |
@ -258,6 +258,8 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||
|
||||
## Checkout multiple repos (nested)
|
||||
|
||||
Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||
|
||||
```yaml
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
@ -272,6 +274,8 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||
|
||||
## Checkout multiple repos (private)
|
||||
|
||||
Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||
|
||||
```yaml
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user