From f15b7be65b423b50ab1ad43378c6c8cde542ec72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= <32671211+Ferdinand99@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:57:50 +0200 Subject: [PATCH] Update sync-to-forgejo.yml --- .github/workflows/sync-to-forgejo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-to-forgejo.yml b/.github/workflows/sync-to-forgejo.yml index 4f28a5d..330f397 100644 --- a/.github/workflows/sync-to-forgejo.yml +++ b/.github/workflows/sync-to-forgejo.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout GitHub repo uses: actions/checkout@v3 + with: + fetch-depth: 0 # Henter hele repoet, ikke bare siste commit - name: Push to Forgejo run: |