-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
The README.md contains example for mulitple checkouts in the context of one organization, if I'm not wrong.
May be, it's about to checkout public repository.
There is another example - checkout-multiple-repos-private, but is a repository of the same organization on GitHub for which the GitHub action is run, is considered "private" as well?
I thought if I run the action in private repository for my organization, other private repositories are accessible.
If not, it's better to precise the documentation by adding to "Checkout multiple repos (private)" something like:
...so if your want to checkout a different repository that is private (no matter if it's the same organization on GitHub or not)...
and to "Checkout multiple repos (side by side)" example to add something like:
Attention! You second repository must be public, even if it's from the same organization on GitHub that the action repository.