From c254c34d41093669f9f6cdf3c6a26860e45e2102 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Fri, 6 Mar 2020 13:23:22 -0500 Subject: [PATCH] revise adr: convert SSH URL to HTTPS --- adrs/0153-checkout-v2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adrs/0153-checkout-v2.md b/adrs/0153-checkout-v2.md index b7f23db..bdc126d 100644 --- a/adrs/0153-checkout-v2.md +++ b/adrs/0153-checkout-v2.md @@ -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