From d69108271bf1b99d0106d50b60d365384cce0b21 Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Tue, 1 Oct 2024 09:27:29 +1000 Subject: [PATCH] gh-11: Fix fetch depth --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index bcf3ec3..026302e 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -18,6 +18,8 @@ jobs: py_ver: [{version: '3.9'}] # , {version: '3.10'}, {version: '3.11'}] steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.py_ver.version}} uses: actions/setup-python@v5 with: