From a8a9e877612f79eb8cc472413c5c24ed0dd0a9f5 Mon Sep 17 00:00:00 2001 From: fithwum Date: Thu, 10 Jul 2025 13:02:26 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 483e524..350bea7 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Pull latest alpine base run: docker pull alpine:latest