From c3938e3b6e88ee4c95bfba2d65de1bef4f811042 Mon Sep 17 00:00:00 2001 From: Curtis Jones <73799551+Curtisjnes@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:05:32 +0200 Subject: [PATCH 1/2] Update about-self-hosted-runners.md Fixed a typo and a small rephrasing of a sentence --- .../managing-self-hosted-runners/about-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md index 3e017eef38a7..37cd6cfbfaa5 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md @@ -32,7 +32,7 @@ You can use self-hosted runners anywhere in the management hierarchy. Repository ### Requirements for self-hosted runner machines -You can use any machine as a self-hosted runner as long at it meets these requirements: +You can use any machine as a self-hosted runner as long as it meets the following requirements: * You can install and run the self-hosted runner application on the machine. * The machine can communicate with {% data variables.product.prodname_actions %}. From c219b803f5db902038e7b52b5989384678cf3d6e Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Wed, 18 Jun 2025 20:17:59 -0700 Subject: [PATCH 2/2] Update content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md --- .../managing-self-hosted-runners/about-self-hosted-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md index 37cd6cfbfaa5..5d09bc7316db 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md @@ -32,7 +32,7 @@ You can use self-hosted runners anywhere in the management hierarchy. Repository ### Requirements for self-hosted runner machines -You can use any machine as a self-hosted runner as long as it meets the following requirements: +You can use any machine as a self-hosted runner as long as it meets these requirements: * You can install and run the self-hosted runner application on the machine. * The machine can communicate with {% data variables.product.prodname_actions %}.