From d5b8fdcec76f396493e12239e0d09d23047db16b Mon Sep 17 00:00:00 2001 From: stary <834207172@qq.COM> Date: Wed, 1 Apr 2026 22:36:52 +0800 Subject: [PATCH] 111 --- .gitea/workflows/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index 38351a5..92a2bbc 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -12,7 +12,7 @@ env: jobs: # 定义所有模块矩阵 publish: - #runs-on: plugin # 对应你的 GitLab runner tag + runs-on: ubuntu-latest # 对应你的 GitLab runner tag container: image: node:18-alpine @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 - name: Setup Node.js run: |