触发新任务测试
Some checks are pending
Local Test / test (push) Waiting to run

This commit is contained in:
ben
2026-02-02 02:16:30 +00:00
parent c0cfcb55eb
commit 4eaa498ed6

View File

@@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu:host runs-on: ubuntu:host
steps: steps:
- run: | - 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 curl -s https://gitea.tailnet-68f9.ts.net/ben/modelscope/raw/branch/main/README.md -o /tmp/readme.md
cat /tmp/readme.md echo "README 内容:"
echo "=== 完成 ===" head -5 /tmp/readme.md
echo "=== 任务完成 ==="