mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 01:00:16 +03:00
Compare commits
2 commits
ff2b59f894
...
c4766e2fc0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c4766e2fc0 | ||
![]() |
cd866a98fb |
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,8 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||||
|
|
||||||
## Checkout multiple repos (nested)
|
## Checkout multiple repos (nested)
|
||||||
|
|
||||||
|
Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -230,6 +232,8 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
||||||
|
|
||||||
## Checkout multiple repos (private)
|
## Checkout multiple repos (private)
|
||||||
|
|
||||||
|
Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue