mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 09:24:18 +00:00
@@ -71,7 +71,7 @@ type Opts struct {
|
|||||||
// New returns a Forge implementation that integrates with Gitea,
|
// New returns a Forge implementation that integrates with Gitea,
|
||||||
// an open source Git service written in Go. See https://gitea.io/
|
// an open source Git service written in Go. See https://gitea.io/
|
||||||
func New(opts Opts) (forge.Forge, error) {
|
func New(opts Opts) (forge.Forge, error) {
|
||||||
if opts.OAuth2URL != "" {
|
if opts.OAuth2URL == "" {
|
||||||
opts.OAuth2URL = opts.URL
|
opts.OAuth2URL = opts.URL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user