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