mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-07 02:46:02 +00:00
chore: rename act_runner references to runner (#38791)
The runner repository moved to https://gitea.com/gitea/runner, update references.
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
func AddVersionToActionRunner(_ context.Context, x base.EngineMigration) error {
|
||||
type ActionRunner struct {
|
||||
Version string `xorm:"VARCHAR(64)"` // the version of act_runner
|
||||
Version string `xorm:"VARCHAR(64)"` // the version of the runner
|
||||
}
|
||||
|
||||
return x.Sync(new(ActionRunner))
|
||||
|
||||
Reference in New Issue
Block a user