Compare commits

...

2 commits

Author SHA1 Message Date
John Hill
c4766e2fc0
Merge cd866a98fb into cbb722410c 2024-11-15 10:02:41 +05:30
John Hill
cd866a98fb
Improve multi-repo checkout behavior 2022-10-21 11:06:00 -07:00

View file

@ -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