1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00
This commit is contained in:
Éric Gaspar 2024-07-26 21:35:17 +02:00
parent 060a46f18e
commit 25d533b69c
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"