mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	change placeholders in actions docs
This commit is contained in:
		@@ -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 动作以确保其正常运行是非常重要的。请按照以下步骤操作:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user