From aca41ace780c69247f00b4e8d3b4dbbaf34ae739 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Tue, 3 Oct 2023 09:54:15 -0400 Subject: [PATCH] fix regex --- .github/workflows/validate-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-json.yml b/.github/workflows/validate-json.yml index 0120dd3..82f20e5 100644 --- a/.github/workflows/validate-json.yml +++ b/.github/workflows/validate-json.yml @@ -27,4 +27,4 @@ jobs: comment: "true" mode: "fail" json_schema: "aaguid.json.schema" - json_exclude_regex: "^combined_aaguid\.json$" + json_exclude_regex: "^combined_aaguid.json$"