mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
This commit is contained in:
parent
c5d4a9e046
commit
89f71b44f7
4 changed files with 48 additions and 13 deletions
|
@ -359,6 +359,10 @@ func TestWebhook(ctx *context.Context) {
|
|||
Name: ctx.Repo.Commit.Author.Name,
|
||||
Email: ctx.Repo.Commit.Author.Email,
|
||||
},
|
||||
Committer: &api.PayloadCommitter{
|
||||
Name: ctx.Repo.Commit.Committer.Name,
|
||||
Email: ctx.Repo.Commit.Committer.Email,
|
||||
},
|
||||
},
|
||||
},
|
||||
Repo: ctx.Repo.Repository.ComposePayload(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue