fix: replace actions/checkout with git clone from Gitea
Some checks are pending
Build and Deploy Log Center / build-and-deploy (push) Waiting to run

Completely eliminate GitHub dependency in CI/CD pipeline.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
repair-agent 2026-04-02 16:17:16 +08:00
parent b9a4dd62c4
commit e9b9a4fd2f

View File

@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 run: |
git clone --depth=1 --branch=${{ github.ref_name }} https://gitea.airlabs.art/${{ github.repository }}.git .
- name: Set environment by branch - name: Set environment by branch
run: | run: |