From e8c636a1a468406ce7b605ba9e3d2bf0668cf79a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 25 May 2021 18:01:05 +0200 Subject: [PATCH] [skip ci] fix github settings syntax --- .github/settings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7fd008f..8cc6224 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,4 +1,3 @@ ---- repository: name: git-batch description: Automate cloning a single branch from a list of repositories @@ -8,7 +7,7 @@ repository: has_issues: true has_projects: false has_wiki: false - has_downloads: false + has_downloads: true default_branch: main