From 6a30a2ab0336c10d309b17390495c114cd9ca509 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 5 Jun 2023 11:28:51 -0400 Subject: [PATCH] change placeholders in actions docs --- doc/usage/actions/act-runner.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/actions/act-runner.en-us.md b/doc/usage/actions/act-runner.en-us.md index 888b4cca..b654fe2e 100644 --- a/doc/usage/actions/act-runner.en-us.md +++ b/doc/usage/actions/act-runner.en-us.md @@ -177,7 +177,7 @@ To be clear, the "host" actually means the container which is running the act ru If you do not intend to use `actions/cache` in workflow, you can ignore this section. If you use `actions/cache` without any additional configuration, it will return the following error: -> Failed to restore: getCacheEntry failed: connect ETIMEDOUT : +> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT The error occurs because the runner container and job container are on different networks, so the job container cannot access the runner container.