diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-06-05 11:32:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 11:32:56 -0400 |
commit | 7c778d6b5ed5af44e5602e2cea0f41d59853eb84 (patch) | |
tree | 72c0e4388f89896dec281ecc97323894092ef7a3 | |
parent | d302a5ee651e7dfebfc10980be9dea7cc7511373 (diff) | |
download | gitea-7c778d6b5ed5af44e5602e2cea0f41d59853eb84.tar.gz gitea-7c778d6b5ed5af44e5602e2cea0f41d59853eb84.zip |
change placeholders in actions docs
-rw-r--r-- | docs/content/doc/usage/actions/act-runner.zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/actions/act-runner.zh-cn.md b/docs/content/doc/usage/actions/act-runner.zh-cn.md index 3230eecb2b..8d0899feac 100644 --- a/docs/content/doc/usage/actions/act-runner.zh-cn.md +++ b/docs/content/doc/usage/actions/act-runner.zh-cn.md @@ -174,7 +174,7 @@ docker run \ 如果你不打算在工作流中使用 `actions/cache`,你可以忽略本段。 如果您在使用 `actions/cache` 时没有进行额外的配置,将会返回以下错误信息: -> Failed to restore: getCacheEntry failed: connect ETIMEDOUT <ip>:<port> +> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT 这个错误的原因是 runner 容器和作业容器位于不同的网络中,因此作业容器无法访问 runner 容器。 因此,配置 cache 动作以确保其正常运行是非常重要的。请按照以下步骤操作: |