Skip to content

Commit d302a5e

Browse files
change placeholders in actions docs
1 parent 395a6fa commit d302a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/actions/act-runner.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To be clear, the "host" actually means the container which is running the act ru
177177
If you do not intend to use `actions/cache` in workflow, you can ignore this section.
178178

179179
If you use `actions/cache` without any additional configuration, it will return the following error:
180-
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT <ip>:<port>
180+
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT
181181
182182
The error occurs because the runner container and job container are on different networks, so the job container cannot access the runner container.
183183

0 commit comments

Comments
 (0)