diff --git a/.gitea/workflows/push-to-github.yaml b/.gitea/workflows/push-to-github.yaml index 02928dd..faf8cf7 100644 --- a/.gitea/workflows/push-to-github.yaml +++ b/.gitea/workflows/push-to-github.yaml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: | git config --global user.name "${GIT_NAME}"