update submodule to use https and specify branch (#2346)
Co-authored-by: Omar López <zomars@me.com>pull/2353/head
parent
f2436d2a04
commit
be6ca25f08
|
@ -1,6 +1,8 @@
|
|||
[submodule "apps/api"]
|
||||
path = apps/api
|
||||
url = git@github.com:calcom/api.git
|
||||
url = https://github.com/calcom/api.git
|
||||
branch = main
|
||||
[submodule "apps/website"]
|
||||
path = apps/website
|
||||
url = git@github.com:calcom/website.git
|
||||
url = https://github.com/calcom/website.git
|
||||
branch = main
|
||||
|
|
Loading…
Reference in New Issue