From 65c6909755906fbcad801cbb1fd8cc79d736e02e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 01:41:45 +0200 Subject: [PATCH] Fix fetch-depth configuration in checkout step of Gitea workflow --- .gitea/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index b6b9b2a..ef38f25 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -17,6 +17,8 @@ jobs: fi - name: Checkout code uses: https://github.com/actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python uses: https://github.com/actions/setup-python@v5