Skip to content

Commit 7c778d6

Browse files
change placeholders in actions docs
1 parent d302a5e commit 7c778d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/usage/actions/act-runner.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ docker run \
174174
如果你不打算在工作流中使用 `actions/cache`,你可以忽略本段。
175175

176176
如果您在使用 `actions/cache` 时没有进行额外的配置,将会返回以下错误信息:
177-
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT <ip>:<port>
177+
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT
178178
179179
这个错误的原因是 runner 容器和作业容器位于不同的网络中,因此作业容器无法访问 runner 容器。
180180
因此,配置 cache 动作以确保其正常运行是非常重要的。请按照以下步骤操作:

0 commit comments

Comments
 (0)