This commit is contained in:
@@ -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 "=== 任务完成 ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user