From 12cc3d02062de1960e152635f07b5d66f2d005f6 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Wed, 1 Jan 2025 18:34:15 +1300 Subject: [PATCH] Fix bug in workflow file. Signed-off-by: Michael Keller --- .github/workflows/check-divecomputer-lists.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-divecomputer-lists.yml b/.github/workflows/check-divecomputer-lists.yml index 91b2879d9..d868ee92f 100644 --- a/.github/workflows/check-divecomputer-lists.yml +++ b/.github/workflows/check-divecomputer-lists.yml @@ -30,6 +30,7 @@ jobs: submodules: recursive - name: Check the Supported Dive Computer Lists + shell: bash {0} run: | perl scripts/parse-descriptor.pl SupportedDivecomputers_new.txt diff -u SupportedDivecomputers.txt SupportedDivecomputers_new.txt