autogits/workflow-direct/example.json

15 lines
214 B
JSON
Raw Normal View History

2024-09-02 17:56:00 +02:00
[
2024-08-30 17:21:31 +02:00
{
2024-09-04 14:04:13 +02:00
"Workflows": ["direct"],
"Organization": "autogits",
"GitProjectName": "MyPrj"
2024-08-30 17:21:31 +02:00
},
{
2024-09-04 14:04:13 +02:00
"Workflows": ["direct"],
"Organization": "autogits",
2024-09-04 14:04:13 +02:00
"GitProjectName": "HiddenPrj",
"Branch": "hidden"
2024-08-30 17:21:31 +02:00
}
2024-09-02 17:56:00 +02:00
]
2024-08-30 17:21:31 +02:00