Correcting zen address (#2855)

`https://api.github.com/api/v3/zen` should be `https://api.github.com/zen` for `github.com`
This commit is contained in:
Pantelis
2023-09-18 15:18:41 +02:00
committed by GitHub
parent 16834edc67
commit 80a17a2f0c

View File

@@ -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
```