mirror of
https://github.com/actions/checkout.git
synced 2024-11-21 20:55:28 +00:00
Update README.md (#1977)
Some checks failed
Licensed / Check licenses (push) Successful in 38s
Build and Test / build (push) Failing after 15s
Build and Test / test (ubuntu-latest) (push) Failing after 45s
Build and Test / test-proxy (push) Failing after 16s
Build and Test / test-bypass-proxy (push) Failing after 39s
Build and Test / test-git-container (push) Failing after 12s
Build and Test / test-output (push) Successful in 15s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 8s
Some checks failed
Licensed / Check licenses (push) Successful in 38s
Build and Test / build (push) Failing after 15s
Build and Test / test (ubuntu-latest) (push) Failing after 45s
Build and Test / test-proxy (push) Failing after 16s
Build and Test / test-bypass-proxy (push) Failing after 39s
Build and Test / test-git-container (push) Failing after 12s
Build and Test / test-output (push) Successful in 15s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 8s
This commit is contained in:
parent
3b9b8c884f
commit
cbb722410c
@ -212,7 +212,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||||||
repository: my-org/my-tools
|
repository: my-org/my-tools
|
||||||
path: my-tools
|
path: my-tools
|
||||||
```
|
```
|
||||||
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
|
> - If your secondary repository is private or internal you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
|
||||||
|
|
||||||
## Checkout multiple repos (nested)
|
## Checkout multiple repos (nested)
|
||||||
|
|
||||||
@ -226,7 +226,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||||||
repository: my-org/my-tools
|
repository: my-org/my-tools
|
||||||
path: my-tools
|
path: my-tools
|
||||||
```
|
```
|
||||||
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
|
> - If your secondary repository is private or internal you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
|
||||||
|
|
||||||
## Checkout multiple repos (private)
|
## Checkout multiple repos (private)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user