Update checkout action URL in test.yaml to use the mirror repository
Some checks failed
Gitea CTest Workflow / test (push) Failing after 44s
Some checks failed
Gitea CTest Workflow / test (push) Failing after 44s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
# 显式使用 gitea.com 上的 checkout 镜像
|
||||
- name: Checkout Code
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
uses: https://git.dev.cereflow.cn/mirror/checkout@v4
|
||||
with:
|
||||
# 对于镜像仓库,建议显式指定 fetch-depth 确保获取完整历史(如果需要)
|
||||
fetch-depth: 1
|
||||
|
||||
Reference in New Issue
Block a user