|
|
|
@@ -257,7 +257,7 @@ func HTTP(ctx *context.Context) { |
|
|
|
models.EnvPusherID + fmt.Sprintf("=%d", authUser.ID), |
|
|
|
models.EnvIsDeployKey + "=false", |
|
|
|
} |
|
|
|
|
|
|
|
log.Info("username=" + username + ", EnvPusherName=" + authUser.Name + " EnvRepoName=" + reponame) |
|
|
|
if !authUser.KeepEmailPrivate { |
|
|
|
environ = append(environ, models.EnvPusherEmail+"="+authUser.Email) |
|
|
|
} |
|
|
|
|