mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 01:00:16 +03:00
Merge 14f3cf06db
into 9a9194f871
This commit is contained in:
commit
8512cf4d29
1 changed files with 4 additions and 0 deletions
|
@ -215,6 +215,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
|
||||
|
@ -229,6 +231,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…
Reference in a new issue