1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-03 15:00:06 +02:00

revise adr: convert SSH URL to HTTPS

This commit is contained in:
eric sciple 2020-03-06 13:23:22 -05:00
parent 422dc45671
commit c254c34d41

View file

@ -239,6 +239,8 @@ submodules scenarios: recursive, non-recursive, relative submodule paths.
When fetching submodules, follow the `fetch-depth` settings.
Also when fetching submodules, if the `ssh-key` input is not provided then convert SSH URLs to HTTPS: `-c url."https://github.com/".insteadOf "git@github.com:"`
Credentials will be persisted in the submodules local git config too.
### Port to typescript