From 4836a36e888b136cfb7cb2cafec25b9a6476ca5e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 25 May 2021 18:01:04 +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 bfa1f84..1a661dd 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,4 +1,3 @@ ---- repository: name: docker-autotag description: Create docker tags from a given version string @@ -8,7 +7,7 @@ repository: has_issues: true has_projects: false has_wiki: false - has_downloads: false + has_downloads: true default_branch: main