From 99572cfe3898e96bc02610f3e25c2cdfb402ca2e Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Tue, 13 May 2025 13:58:55 +0200 Subject: [PATCH] Changes to gitea workflow --- .github/workflows/push-to-gitea.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-to-gitea.yml b/.github/workflows/push-to-gitea.yml index d9e3db9..92f4552 100644 --- a/.github/workflows/push-to-gitea.yml +++ b/.github/workflows/push-to-gitea.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout source repo uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Push to Gitea run: |