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$"