From f857051cdce96784ab2fb10a38c9a423a278f951 Mon Sep 17 00:00:00 2001 From: pasmophobia Date: Sun, 1 Dec 2024 06:22:57 +0000 Subject: [PATCH] fix mistake in docs/usage/actions/act-runner.md#365 (#97) Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/97 Reviewed-by: Lunny Xiao Co-authored-by: pasmophobia Co-committed-by: pasmophobia --- docs/usage/actions/act-runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/actions/act-runner.md b/docs/usage/actions/act-runner.md index 55e5f8c8..3159a7d3 100644 --- a/docs/usage/actions/act-runner.md +++ b/docs/usage/actions/act-runner.md @@ -362,5 +362,5 @@ You can find more useful images on [act images](https://github.com/nektos/act/bl If you want to run jobs in the host directly, you can change it to `ubuntu-22.04:host` or just `ubuntu-22.04`, the `:host` is optional. However, we suggest you to use a special name like `linux_amd64:host` or `windows:host` to avoid misusing it. -Starting with Gitea 1.21, you can change labels by modifying `container.labels` in the runner configuration file (if you don't have a configuration file, please refer to [configuration tutorials](#configuration)). +Starting with Gitea 1.21, you can change labels by modifying `runners.labels` in the runner configuration file (if you don't have a configuration file, please refer to [configuration tutorials](#configuration)). The runner will use these new labels as soon as you restart it, i.e., by calling `./act_runner daemon --config config.yaml`.