From 4eaa498ed68a4ce15f3c06e8144175816907c40b Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 2 Feb 2026 02:16:30 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=96=B0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/local-test.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/local-test.yml b/.gitea/workflows/local-test.yml index 79e7238..dd0e85c 100644 --- a/.gitea/workflows/local-test.yml +++ b/.gitea/workflows/local-test.yml @@ -7,7 +7,10 @@ jobs: runs-on: ubuntu:host steps: - run: | - echo "=== 下载 README ===" + echo "=== 开始任务 ===" + date + echo "下载 README..." curl -s https://gitea.tailnet-68f9.ts.net/ben/modelscope/raw/branch/main/README.md -o /tmp/readme.md - cat /tmp/readme.md - echo "=== 完成 ===" + echo "README 内容:" + head -5 /tmp/readme.md + echo "=== 任务完成 ==="