From 9246754daadbdfecea31fb53a4f7c81f27e8c32f Mon Sep 17 00:00:00 2001 From: MadhuKar Date: Fri, 12 Aug 2022 13:54:34 +0530 Subject: [PATCH] Added two new plugins --- community/plugins.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/community/plugins.json b/community/plugins.json index 0637a08..7fcf967 100644 --- a/community/plugins.json +++ b/community/plugins.json @@ -1 +1,10 @@ -[] \ No newline at end of file +[ + { + "id": "git-account-source-plugin", + "url": "https://github.com/OpsMx/git-account-source-plugin/blob/main/sample/plugins.json" + }, + { + "id": "gcs-account-source-plugin", + "url": "https://github.com/OpsMx/gcs-account-source-plugin/blob/main/plugins.json" + } +] \ No newline at end of file