From 30a4393e3509990ec60c1fec7dc292392e98de33 Mon Sep 17 00:00:00 2001 From: sveitser Date: Thu, 31 Oct 2024 16:23:57 +0100 Subject: [PATCH] Fix submodule URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 07443390..aa082b7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = https://github.com/OffchainLabs/blockscout.git [submodule "orbit-actions"] path = orbit-actions - url = git@github.com:EspressoSystems/orbit-actions.git + url = https://github.com/EspressoSystems/orbit-actions.git branch = integration