From 86df6f07b29ad358312a7b37542287e9b98e7007 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 26 Aug 2023 15:50:51 +0200 Subject: [PATCH] typo --- docs/admin/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/actions.md b/docs/admin/actions.md index 0890f116..95164e78 100644 --- a/docs/admin/actions.md +++ b/docs/admin/actions.md @@ -373,7 +373,7 @@ If no `Forgejo runner` is available, `Forgejo` will wait for one to connect and ### Labels and `runs-on` -The workflows / tasks defined in the files found in `.forgejo/workflows` must specify the environment they need to run with `runs-on`. Each `Forgejo runner` declares with **labels** which one they support so `Forgejo` knows sends them tasks accordingly. For instance if a job within a workflow has: +The workflows / tasks defined in the files found in `.forgejo/workflows` must specify the environment they need to run with `runs-on`. Each `Forgejo runner` declares with **labels** which one they support so `Forgejo` sends them tasks accordingly. For instance if a job within a workflow has: ```yaml runs-on: docker