20 lines
308 B
JSON
20 lines
308 B
JSON
[
|
|
{
|
|
"Workflows": ["direct"],
|
|
"Organization": "autogits",
|
|
"GitProjectName": "MyPrj"
|
|
},
|
|
{
|
|
"Workflows": ["direct"],
|
|
"Organization": "autogits",
|
|
"GitProjectName": "HiddenPrj",
|
|
"Branch": "hidden"
|
|
},
|
|
{
|
|
"Workflows": ["pr", "direct"],
|
|
"Organization": "importtest",
|
|
"Branch": "factory"
|
|
}
|
|
]
|
|
|