mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
Fix
This commit is contained in:
parent
060a46f18e
commit
25d533b69c
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue