From 218da6d855ef79a1f8a4943e3f7067f9a7b2ded0 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 2 Feb 2026 02:17:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20checkout=20=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/local-test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/local-test.yml b/.gitea/workflows/local-test.yml index dd0e85c..28b3a9d 100644 --- a/.gitea/workflows/local-test.yml +++ b/.gitea/workflows/local-test.yml @@ -6,11 +6,15 @@ jobs: test: runs-on: ubuntu:host steps: + - uses: actions/checkout@v3 + - run: | echo "=== 开始任务 ===" date - echo "下载 README..." - curl -s https://gitea.tailnet-68f9.ts.net/ben/modelscope/raw/branch/main/README.md -o /tmp/readme.md + echo "当前目录:" + pwd + echo "目录内容:" + ls -la echo "README 内容:" - head -5 /tmp/readme.md + cat README.md | head -10 echo "=== 任务完成 ==="