rename act runner to runner (#390)

Depends on gitea/runner#850

---------

Co-authored-by: Nicolas <[email protected]>
Co-authored-by: silverwind <[email protected]>
Reviewed-on: https://gitea.com/gitea/docs/pulls/390
Reviewed-by: techknowlogick <[email protected]>
Reviewed-by: silverwind <[email protected]>
Reviewed-by: Nicolas <[email protected]>
This commit is contained in:
Lunny Xiao
2026-05-07 17:18:58 +00:00
co-authored by Nicolas silverwind
parent b6b8dbcc64
commit 54af905d63
25 changed files with 226 additions and 294 deletions
@@ -21,8 +21,8 @@ Gitea Actions与[GitHub Actions](https://github.com/features/actions)相似且
## Runner
和其他CI/CD解决方案一样,Gitea不会自己运行Job,而是将Job委托给Runner。
Gitea Actions的Runner被称为[act runner](https://gitea.com/gitea/act_runner),它是一个独立的程序,也是用Go语言编写的。
是基于[nektos/act](http://github.com/nektos/act)的一个[分支](https://gitea.com/gitea/act)
Gitea Actions的Runner被称为[Gitea Runner](https://gitea.com/gitea/runner),它是一个独立的程序,也是用Go语言编写的。
的重要部分来自[nektos/act](http://github.com/nektos/act)的一个硬分支
由于Runner是独立部署的,可能存在潜在的安全问题。
为了避免这些问题,请遵循两个简单的规则: