diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 8311236..9e697dd 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -5,8 +5,13 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: Checkout code - uses: actions/checkout@v4 # 拉取代码到工作目录 + uses: http://127.0.0.1:3000/bichangxiong/checkout@v4 # 使用 Gitea 镜像 + with: + fetch-depth: 1 # 只拉取最新一次提交 + # - name: Checkout code + # uses: actions/checkout@v4 # 拉取代码到工作目录 - name: Set up JDK 17 uses: actions/setup-java@v3 with: