Use Gogs' try instance as default value (#852)

This commit is contained in:
qwerty287 2022-03-27 04:05:56 +02:00 committed by GitHub
parent 50d5c53cf6
commit eb6d69e1fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ var flags = []cli.Flag{
EnvVars: []string{"WOODPECKER_GOGS_URL"},
Name: "gogs-server",
Usage: "gogs server address",
Value: "https://github.com",
Value: "https://try.gogs.io",
},
&cli.StringFlag{
EnvVars: []string{"WOODPECKER_GOGS_GIT_USERNAME"},

View file

@ -10,7 +10,7 @@ This is a full list of configuration options. Please note that many of these opt
Enables the Gogs driver.
### `WOODPECKER_GOGS_URL`
> Default: `https://github.com`
> Default: `https://try.gogs.io`
Configures the Gogs server address.