From 9a8eac37a20ad456064da4346bcbb0d1cccb191b Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 10 Sep 2024 22:37:53 -0400 Subject: [PATCH] docs: end markdown code block correctly the `automatically-scaling-runners.md` has a code block which isn't properly ended and that makes it harder to read (only a little) --- docs/automatically-scaling-runners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/automatically-scaling-runners.md b/docs/automatically-scaling-runners.md index 7df9cbf337..a0129edfa2 100644 --- a/docs/automatically-scaling-runners.md +++ b/docs/automatically-scaling-runners.md @@ -430,6 +430,7 @@ resources: - github.com/actions/actions-runner-controller/config//default?ref=v0.22.2 # Add the below! - github.com/actions/actions-runner-controller/config//github-webhook-server?ref=v0.22.2 +``` Finally, you will have to configure an ingress so that you may configure the webhook in github. An example of such ingress can be find below: