Kaynağa Gözat

chore: fetch all history

dragooncjw 10 ay önce
ebeveyn
işleme
75ae09fd62
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      .github/workflows/ci.yml

+ 1 - 3
.github/workflows/ci.yml

@@ -10,9 +10,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
         with:
-          fetch-depth: 1
-      - name: Fetch main branch
-        run: git fetch origin main --depth=1
+          fetch-depth: 0
       - name: Config Git User
         run: |
           git config --local user.name "dragooncjw"