diff --git a/prjgit-updater/example.json b/prjgit-updater/example.json new file mode 100644 index 0000000..28483e3 --- /dev/null +++ b/prjgit-updater/example.json @@ -0,0 +1,14 @@ +{[ + { + "workflows": "direct", + "organization": "autogits", + "git_project_name": "MyPrj" + }, + { + "workflows": "direct", + "organization": "autogits", + "git_project_name": "HiddenPrj", + "branch": "hidden" + } +]} +