mirror of
https://github.com/actions/checkout.git
synced 2025-08-23 02:38:10 +03:00
Compare commits
5 commits
b0dfad2bf7
...
625f11597b
Author | SHA1 | Date | |
---|---|---|---|
|
625f11597b | ||
|
14f3cf06db | ||
|
8d7d1cf5ec | ||
|
cd866a98fb | ||
|
d8d55467a3 |
1 changed files with 4 additions and 0 deletions
|
@ -234,6 +234,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@v4
|
||||
|
@ -248,6 +250,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@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue