mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
#2273 URL consistency on webhook payload
This commit is contained in:
@ -402,7 +402,7 @@ func (repo *Repository) ComposePayload() *api.PayloadRepo {
|
||||
cl := repo.CloneLink()
|
||||
return &api.PayloadRepo{
|
||||
ID: repo.ID,
|
||||
Name: repo.LowerName,
|
||||
Name: repo.Name,
|
||||
URL: repo.FullRepoLink(),
|
||||
SSHURL: cl.SSH,
|
||||
CloneURL: cl.HTTPS,
|
||||
|
Reference in New Issue
Block a user