From eda8b58d9f2e85f1bae92ce3b70f279b89031046 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Tue, 13 Dec 2022 09:58:40 +0530 Subject: git: find main branch from config --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index f684779..59e903a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,10 +1,13 @@ -git: +repo: scanPath: /home/icy/code/tmp/testrepos readme: - readme - README - readme.md - README.md + mainBranch: + - master + - main template: dir: ./templates meta: -- cgit