From f08268e3a4dfee8a244e7c6c3b6dfcc5d95f5b2e Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Tue, 3 Oct 2023 09:52:29 -0400 Subject: [PATCH] regex exclude --- .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 c1f02e4..0120dd3 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" - exclude_file: "combined_aaguid.json" + json_exclude_regex: "^combined_aaguid\.json$"