From e20b6eb0892fd7c63af4451f9000d16468b814d3 Mon Sep 17 00:00:00 2001 From: Mikalai Daronin Date: Thu, 8 Feb 2024 14:33:44 +0300 Subject: [PATCH] chore(ci): fix updating the submodules (#76) --- UpdateSDKs/UpdateSDKs.csx | 1 + 1 file changed, 1 insertion(+) diff --git a/UpdateSDKs/UpdateSDKs.csx b/UpdateSDKs/UpdateSDKs.csx index bedf9bd..60e04df 100755 --- a/UpdateSDKs/UpdateSDKs.csx +++ b/UpdateSDKs/UpdateSDKs.csx @@ -95,6 +95,7 @@ private static string GetSourceFile([CallerFilePath] string file = "") => file; private static void PullLatest(this Repository repo) { + Commands.Checkout(repo, "master"); Commands.Pull( repo, new Signature(