From 7c778d6b5ed5af44e5602e2cea0f41d59853eb84 Mon Sep 17 00:00:00 2001
From: techknowlogick <techknowlogick@gitea.io>
Date: Mon, 5 Jun 2023 11:32:56 -0400
Subject: [PATCH] change placeholders in actions docs

---
 docs/content/doc/usage/actions/act-runner.zh-cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 3230eecb2..8d0899fea 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 动作以确保其正常运行是非常重要的。请按照以下步骤操作: