[GogsBridge] Add protocol to examplevalue (#2668)

This commit is contained in:
Eric G 2022-04-18 22:31:26 +02:00 committed by GitHub
parent fe042305e4
commit 46a356b0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ class GogsBridge extends BridgeAbstract {
'global' => array(
'host' => array(
'name' => 'Host',
'exampleValue' => 'notabug.org',
'exampleValue' => 'https://notabug.org',
'required' => true,
'title' => 'Host name without trailing slash',
'title' => 'Host name with its protocol, without trailing slash',
),
'user' => array(
'name' => 'Username',