From 1313f20bdf7b559709b5d9a346fee4096615cc6a Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Mon, 24 Aug 2026 17:49:04 +0800 Subject: [PATCH] gitearunner test --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 893602e..e965fa2 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -8,7 +8,7 @@ jobs: # 工单里有几道工序 hello: # 工序1,名字叫 hello runs-on: ubuntu-latest # 找 label 是 ubuntu-latest 的 runner steps: # 这道工序分步做 - - uses: actions/checkout@v4 # 步1:把仓库代码拉进容器 + - uses: https://gitea.com/actions/checkout@v4 # 步1:把仓库代码拉进容器 - name: Check node # 步2:起个名字 run: | # 步2实际执行的 shell 命令 echo "Gitea Actions OK"