mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Backports #2372 to release 1.0 Fixes https://github.com/woodpecker-ci/woodpecker/issues/2371 Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
@@ -420,7 +420,7 @@ func RepairRepo(c *gin.Context) {
|
||||
}
|
||||
|
||||
// reconstruct the link
|
||||
host := server.Config.Server.Host
|
||||
host := server.Config.Server.WebhookHost
|
||||
link := fmt.Sprintf(
|
||||
"%s/hook?access_token=%s",
|
||||
host,
|
||||
|
||||
Reference in New Issue
Block a user