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"