mirror of
https://github.com/actions/checkout.git
synced 2025-12-21 10:52:23 +08:00
Compare commits
2 Commits
v5.0.1
...
c4766e2fc0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4766e2fc0 | ||
|
|
cd866a98fb |
@@ -216,6 +216,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
|
||||
@@ -230,6 +232,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
|
||||
|
||||
Reference in New Issue
Block a user