fix(ci): actions/checkout 走 gitea.com 镜像
部署到群晖 / deploy (push) Failing after 6s

避免裸连 github.com 偶发 unexpected EOF 导致部署失败。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuming
2026-05-12 08:50:37 +08:00
parent 79966d2130
commit 7cb60ae8a8
+2 -1
View File
@@ -65,7 +65,8 @@ jobs:
sleep 3
- name: 拉取代码
uses: actions/checkout@v4
# 走 gitea.com 镜像,避免裸连 github.com 偶发 unexpected EOF
uses: https://gitea.com/actions/checkout@v4
- name: 构建镜像
run: docker build -t telegram-downloader:latest .