You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
212
212
repository: my-org/my-tools
213
213
path: my-tools
214
214
```
215
-
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
215
+
> - 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)
216
216
217
217
## Checkout multiple repos (nested)
218
218
@@ -226,7 +226,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
226
226
repository: my-org/my-tools
227
227
path: my-tools
228
228
```
229
-
> - If your secondary repository is private you will need to add the option noted in [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
229
+
> - 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)
0 commit comments