Add local checkout action to CI workflow for improved code retrieval

This commit is contained in:
2025-07-18 19:35:45 +08:00
parent 956e020415
commit 4c0644670d

View File

@ -7,6 +7,10 @@ jobs:
build:
runs-on: ubuntu-latest-2
steps:
- name: 克隆本地 checkout action
run: |
git clone http://114.67.155.184:3000/niyyzf/checkout.git ./.actions/checkout
- name: 检出代码
uses: ./.actions/checkout