This commit is contained in:
@@ -6,7 +6,8 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu:host
|
||||
steps:
|
||||
- run: echo "Hello from local runner"
|
||||
- run: date
|
||||
- run: whoami
|
||||
- run: pwd
|
||||
- run: |
|
||||
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 "=== 完成 ==="
|
||||
|
||||
Reference in New Issue
Block a user