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: |