From f377bb3a7d05b26d68d1b03d7e44db7ed037c2a3 Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Fri, 11 Oct 2024 14:59:29 +0200 Subject: [PATCH] Fixed regex --- .github/workflows/checkIndexes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkIndexes.yaml b/.github/workflows/checkIndexes.yaml index 3d34ade1b..d8a8a5336 100644 --- a/.github/workflows/checkIndexes.yaml +++ b/.github/workflows/checkIndexes.yaml @@ -13,7 +13,7 @@ on: regex: type: string description: Regex to use when searching for indexed items - default: "images|templates|mikrosdk|mcucard|mcu_card|click|mikromedia|pim|queries|sibrain|kit|board" + default: "images_sdk|templates|mikrosdk|mcucard|mcu_card|click|mikromedia|pim|queries|sibrain|kit|board" fix: type: boolean description: Fix the broken links with new ones?