From 550bd08c548be6d5362d049e23345de7fd3f34d8 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Mon, 14 Oct 2024 16:30:57 +0100 Subject: [PATCH] test on implemented branch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa9ff3f..f8ead66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: Spec: - uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" + uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@CAT-2094-shellcheck_in_module_ci" with: # This line enables shellcheck to be run on this repository run_shellcheck: true