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