diff --git a/models/user/user_system.go b/models/user/user_system.go index 2ef6fe493a..711f493043 100644 --- a/models/user/user_system.go +++ b/models/user/user_system.go @@ -39,7 +39,7 @@ const ( ActionsUserID = -2 ActionsUserName = "gitea-actions" ActionsFullName = "Gitea Actions" - ActionsEmail = "teabot@gitea.io" + ActionsEmail = "teabot@gitea.io" ) // NewActionsUser creates and returns a fake user for running the actions.