Setting default repos on msvc binary generator

Signed-off-by: Guybrush <miguel.barro@live.com>
This commit is contained in:
Guybrush 2023-09-15 12:12:15 +02:00
parent 6ad31f8d43
commit aee40e9569

View File

@ -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'