1
0
Fork 0
forked from forgejo/forgejo

Fix action

This commit is contained in:
Unknown 2014-03-23 06:27:01 -04:00
parent 24630e0c9b
commit 1eb078d0a8
10 changed files with 85 additions and 65 deletions

View file

@ -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)