mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
change placeholders in actions docs
This commit is contained in:
parent
d302a5ee65
commit
7c778d6b5e
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ docker run \
|
||||||
如果你不打算在工作流中使用 `actions/cache`,你可以忽略本段。
|
如果你不打算在工作流中使用 `actions/cache`,你可以忽略本段。
|
||||||
|
|
||||||
如果您在使用 `actions/cache` 时没有进行额外的配置,将会返回以下错误信息:
|
如果您在使用 `actions/cache` 时没有进行额外的配置,将会返回以下错误信息:
|
||||||
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT <ip>:<port>
|
> Failed to restore: getCacheEntry failed: connect ETIMEDOUT IP:PORT
|
||||||
|
|
||||||
这个错误的原因是 runner 容器和作业容器位于不同的网络中,因此作业容器无法访问 runner 容器。
|
这个错误的原因是 runner 容器和作业容器位于不同的网络中,因此作业容器无法访问 runner 容器。
|
||||||
因此,配置 cache 动作以确保其正常运行是非常重要的。请按照以下步骤操作:
|
因此,配置 cache 动作以确保其正常运行是非常重要的。请按照以下步骤操作:
|
||||||
|
|
Loading…
Reference in a new issue