From 80a17a2f0c1f53e273212cce1728565698d52d11 Mon Sep 17 00:00:00 2001 From: Pantelis <85220850+Pantelis-Santorinios@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:18:41 +0200 Subject: [PATCH] Correcting `zen` address (#2855) `https://api.github.com/api/v3/zen` should be `https://api.github.com/zen` for `github.com` --- docs/checks/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checks/actions.md b/docs/checks/actions.md index 49cebec2d..dd63fd886 100644 --- a/docs/checks/actions.md +++ b/docs/checks/actions.md @@ -15,7 +15,7 @@ Make sure the runner has access to actions service for GitHub.com or GitHub Ente These can by tested by running the following `curl` commands from your self-hosted runner machine: ``` - curl -v https://api.github.com/api/v3/zen + curl -v https://api.github.com/zen curl -v https://vstoken.actions.githubusercontent.com/_apis/health curl -v https://pipelines.actions.githubusercontent.com/_apis/health ```