From 0d1eb1d95414095ffe4429248ff9882f9e99cfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:52:27 +0200 Subject: [PATCH] fix linter --- manifest.toml | 6 +++--- tests.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3604c32..2138da0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,11 +49,11 @@ ram.runtime = "200M" ask.en = "Select the kind of forge you're connecting Woodpecker to" ask.fr = "Sélectionnez le type de forge à laquelle vous connectez Woodpecker" type = "select" - choices.github = "Github" - choices.gitlab = "Gitlab" + choices.github = "GitHub" + choices.gitlab = "GitLab" choices.gitea = "Gitea / Forgejo" choices.bitbucket = "Bitbucket" - default = "github" + default = "GitHub" [install.forge_url] ask.en = "Provide the forge URL" diff --git a/tests.toml b/tests.toml index 6ee92fc..dae538c 100644 --- a/tests.toml +++ b/tests.toml @@ -23,7 +23,7 @@ test_format = 1.0 # sudo yunohost app install foobar # sudo yunohost user list # """ -args.forge_type = "github" +args.forge_type = "GitHub" args.forge_url = "https://github.com" args.forge_client = "dummy client" args.forge_secret = "dummy secret"