update submodule to use https and specify branch (#2346)
Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
parent
f2436d2a04
commit
be6ca25f08
1 changed files with 4 additions and 2 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,6 +1,8 @@
|
||||||
[submodule "apps/api"]
|
[submodule "apps/api"]
|
||||||
path = apps/api
|
path = apps/api
|
||||||
url = git@github.com:calcom/api.git
|
url = https://github.com/calcom/api.git
|
||||||
|
branch = main
|
||||||
[submodule "apps/website"]
|
[submodule "apps/website"]
|
||||||
path = apps/website
|
path = apps/website
|
||||||
url = git@github.com:calcom/website.git
|
url = https://github.com/calcom/website.git
|
||||||
|
branch = main
|
||||||
|
|
Loading…
Reference in a new issue