mirror of
https://github.com/YunoHost-Apps/woodpecker_ynh.git
synced 2024-09-03 20:35:57 +02:00
non empty args
This commit is contained in:
parent
adde68195f
commit
85fd75f236
1 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ test_format = 1.0
|
|||
# sudo yunohost app install foobar
|
||||
# sudo yunohost user list
|
||||
# """
|
||||
args.forge_type = "gitlab"
|
||||
args.forge_url = ""
|
||||
args.forge_client = ""
|
||||
args.forge_secret = ""
|
||||
args.forge_type = "github"
|
||||
args.forge_url = "https://github.com"
|
||||
args.forge_client = " "
|
||||
args.forge_secret = " "
|
||||
|
|
Loading…
Add table
Reference in a new issue