From 730b0ba04b7d4a0d8058507a14c47d0bc6efb746 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Sun, 31 Aug 2025 11:35:41 +0800 Subject: [PATCH] Update ci.yaml --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bc018ad..c7874a6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,10 +1,10 @@ -name: Tech +name: TechAct on: [push] # 当有新的push事件发生时触发此工作流程 jobs: explore-gitea-actions: - runs-on: Tech + runs-on: TechAct steps: - uses: actions/checkout@v4 # 使用actions/checkout来克隆您的仓库代码 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."