From 1f99559f5042ee789a7cba3421593d160186922d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 12 Dec 2023 00:49:14 +0000 Subject: [PATCH] fix: checkout first --- .github/workflows/mirror.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index b9b0eb60..146cf178 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -17,6 +17,10 @@ jobs: actions: write contents: read steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Push to EICweb uses: action-pack/gitlab-sync@d8d7956922770fc89e45dd7f0151fdeed5aad72e with: