mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Setting default repos on msvc binary generator
Signed-off-by: Guybrush <miguel.barro@live.com>
This commit is contained in:
parent
6ad31f8d43
commit
aee40e9569
4
.github/workflows/msvc_bin.yml
vendored
4
.github/workflows/msvc_bin.yml
vendored
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user