From 0656f5ac4a36a6029e179a86bc83ddacf3f033f8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Jan 2021 12:53:04 +0100 Subject: [PATCH] fix settings format --- .github/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 47b3f3e..cfbfc82 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,3 +1,4 @@ +--- repository: name: drone-ansible description: Drone plugin to provision via Ansible @@ -56,4 +57,4 @@ branches: enforce_admins: null restrictions: null ---- +...