mirror of
https://github.com/actions/checkout.git
synced 2026-07-05 18:53:46 +08:00
Compare commits
1 Commits
55ecc544bf
...
copilot/re
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8da04f86f4 |
@@ -259,8 +259,6 @@ 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
|
||||
@@ -275,8 +273,6 @@ Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||
|
||||
## Checkout multiple repos (private)
|
||||
|
||||
Note: the checkout order must be primary _then_ secondary repo checkout.
|
||||
|
||||
```yaml
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user