Skip to content

Commit 4958c5f

Browse files
authored
Update documentation link for GitHub-hosted runners
Updated link to documentation for GitHub-hosted runners. The current link points to XXX, when it should point to https://docs.github.com/en/actions/reference/runners/github-hosted-runners
1 parent ec3629a commit 4958c5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/actions/concepts/runners/github-hosted-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ contentType: concepts
3030
Runners are the machines that execute jobs in a {% data variables.product.prodname_actions %} workflow. For example, a runner can clone your repository locally, install testing software, and then run commands that evaluate your code.
3131

3232
{% data variables.product.prodname_dotcom %} provides runners that you can use to run your jobs, or you can [host your own runners](/actions/concepts/runners/self-hosted-runners). {% data reusables.actions.single-cpu-runners %}
33+
// Please update % data reusables.actions.single-cpu-runners to use https://docs.github.com/en/actions/reference/runners/github-hosted-runners
3334

3435
Each runner comes with the runner application and other tools preinstalled. {% data variables.product.prodname_dotcom %}-hosted runners are available with Ubuntu Linux, Windows, or macOS operating systems. When you use a {% data variables.product.prodname_dotcom %}-hosted runner, machine maintenance and upgrades are taken care of for you.
3536

0 commit comments

Comments
 (0)