From 1f81d037d390f10f9c2d0fbcebd7ceaf7f22750b Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Thu, 3 Oct 2024 18:20:24 +0800 Subject: [PATCH] add sync repo action --- .github/workflows/sync_coding_net.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync_coding_net.yml b/.github/workflows/sync_coding_net.yml index 530237d..751e221 100644 --- a/.github/workflows/sync_coding_net.yml +++ b/.github/workflows/sync_coding_net.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + fetch-depth: 0 # Fetch all history for all branches and tags - name: Clone GitHub repository run: |