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:
silverwind
2026-08-05 18:53:50 +02:00
committed by GitHub
parent deccd53c24
commit c98a1597c9
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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))