This commit is contained in:
@@ -6,7 +6,8 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu:host
|
runs-on: ubuntu:host
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Hello from local runner"
|
- run: |
|
||||||
- run: date
|
echo "=== 下载 README ==="
|
||||||
- run: whoami
|
curl -s https://gitea.tailnet-68f9.ts.net/ben/modelscope/raw/branch/main/README.md -o /tmp/readme.md
|
||||||
- run: pwd
|
cat /tmp/readme.md
|
||||||
|
echo "=== 完成 ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user