From 63b550edca2a2a35d9cf8a3841aa2be97eebf323 Mon Sep 17 00:00:00 2001 From: shanmite Date: Tue, 15 Nov 2022 15:08:56 +0800 Subject: [PATCH] ci(mirror): shallow update not allowed --- .github/workflows/mirror.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 8b39822..0b1b8f3 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Mirror + trigger CI uses: SvanBoxel/gitlab-mirror-and-ci-action@master with: