From cc552927f0e9134c48c35332a1c769541d4f34f2 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 1 Jan 2025 18:14:13 +1300 Subject: [PATCH] Fix bug in workflow file. Signed-off-by: Michael Keller --- .github/workflows/check-divecomputer-lists.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-divecomputer-lists.yml b/.github/workflows/check-divecomputer-lists.yml index 357579233..91b2879d9 100644 --- a/.github/workflows/check-divecomputer-lists.yml +++ b/.github/workflows/check-divecomputer-lists.yml @@ -23,7 +23,11 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - name: checkout sources + uses: actions/checkout@v4 + with: + fetch-depth: 0 + submodules: recursive - name: Check the Supported Dive Computer Lists run: |