docs: better formating (#571)

This commit is contained in:
toast-gear
2021-05-24 21:25:27 +01:00
committed by GitHub
parent 906ddacbc6
commit de0315380d

View File

@@ -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.