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