mirror of
https://github.com/actions/checkout
synced 2024-11-09 15:12:39 +00:00
switch to ssh url
This commit is contained in:
parent
4b38027b4a
commit
fdabad6f0e
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
||||||
[submodule "submodule-level-2"]
|
[submodule "submodule-level-2"]
|
||||||
path = submodule-level-2
|
path = submodule-level-2
|
||||||
url = ./
|
url = git@github.com:actions/checkout.git
|
||||||
branch = test-data/v2/submodule-level-2
|
branch = test-data/v2/submodule-ssh-url-level-2
|
||||||
|
|
Loading…
Reference in a new issue