3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-05-27 22:46:28 +00:00
This commit is contained in:
Randy D White 2026-05-27 00:54:07 +08:00 committed by GitHub
commit 2acf084903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,6 +259,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
@ -273,6 +275,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