From aee40e95691dc332a2837a486a949a5d26a74119 Mon Sep 17 00:00:00 2001 From: Guybrush Date: Fri, 15 Sep 2023 12:12:15 +0200 Subject: [PATCH] Setting default repos on msvc binary generator Signed-off-by: Guybrush --- .github/workflows/msvc_bin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msvc_bin.yml b/.github/workflows/msvc_bin.yml index 7e5bd7a..9ad45d2 100644 --- a/.github/workflows/msvc_bin.yml +++ b/.github/workflows/msvc_bin.yml @@ -5,7 +5,7 @@ on: inputs: protobuf_repo: description: 'repo associated to the protobuf repo' - default: 'https://github.com/MiguelBarro/protobuf.git' + default: 'https://github.com/protocolbuffers/protobuf.git' type: string protobuf_branch: description: 'branch associated with the protobuf repo' @@ -13,7 +13,7 @@ on: type: string protobuf-c_repo: description: 'repo associated to the protobuf-c repo' - default: 'https://github.com/MiguelBarro/protobuf-c.git' + default: 'https://github.com/protobuf-c/protobuf-c.git' type: string protobuf-c_branch: description: 'branch associated with the protobuf-c repo'