From de0315380d32b9a05805317789ada89222a246d3 Mon Sep 17 00:00:00 2001 From: toast-gear <15716903+toast-gear@users.noreply.github.com> Date: Mon, 24 May 2021 21:25:27 +0100 Subject: [PATCH] docs: better formating (#571) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4450d7d2..bb8e063e 100644 --- a/README.md +++ b/README.md @@ -818,7 +818,9 @@ Note that if you specify `self-hosted` in your workflow, then this will run your ### Runner Groups -Runner groups can be used to limit which repositories are able to use the GitHub Runner at an organization level. Runner groups have to be [created in GitHub first](https://docs.github.com/en/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups) before they can be referenced. +_Runner groups must be [created in GitHub first](https://docs.github.com/en/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups) before they can be referenced_ + +Runner groups can be used to limit which repositories are able to use the GitHub Runner at an Organisation level. To add the runner to the group `NewGroup`, specify the group in your `Runner` or `RunnerDeployment` spec.