forked from forgejo/forgejo
Fix action
This commit is contained in:
parent
24630e0c9b
commit
1eb078d0a8
10 changed files with 85 additions and 65 deletions
2
serve.go
2
serve.go
|
@ -272,7 +272,7 @@ func runServ(k *cli.Context) {
|
|||
}
|
||||
|
||||
if err = models.CommitRepoAction(user.Id, user.Name,
|
||||
repo.Id, repoName, refname, &models.PushCommits{l.Len(), commits}); err != nil {
|
||||
repo.Id, repoName, refname, &base.PushCommits{l.Len(), commits}); err != nil {
|
||||
log.Error("runUpdate.models.CommitRepoAction: %v", err, commits)
|
||||
} else {
|
||||
//log.Info("refname", refname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue