mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-31 13:02:52 +09:00
Add builds UI
This commit is contained in:
@ -9,6 +9,7 @@ import (
|
||||
|
||||
"code.gitea.io/gitea/models/db"
|
||||
"code.gitea.io/gitea/modules/timeutil"
|
||||
|
||||
"xorm.io/builder"
|
||||
)
|
||||
|
||||
@ -40,7 +41,7 @@ type Runner struct {
|
||||
}
|
||||
|
||||
func (Runner) TableName() string {
|
||||
return "actions_runner"
|
||||
return "bots_runner"
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user