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