From 8d2be3d4fa721a0a16fdb9a2d5bda9a6607d8433 Mon Sep 17 00:00:00 2001 From: aaros-pl Date: Fri, 22 Jul 2022 05:12:36 +0200 Subject: [PATCH] missing .com in pipelines.actions url (#1973) --- 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 640308dc3..7114ee443 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 ``` curl -v https://api.github.com/api/v3/zen curl -v https://vstoken.actions.githubusercontent.com/_apis/health - curl -v https://pipelines.actions.githubusercontent/_apis/health + curl -v https://pipelines.actions.githubusercontent.com/_apis/health ``` - For GitHub Enterprise Server