From a0307eacdc54c1b7287a16c97f7916532589c362 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Tue, 3 Oct 2023 10:05:33 -0400 Subject: [PATCH] try 4 --- .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 8b5780e..b303aa1 100644 --- a/.github/workflows/validate-json.yml +++ b/.github/workflows/validate-json.yml @@ -24,7 +24,7 @@ jobs: id: json-yaml-validate uses: GrantBirki/json-yaml-validate@v2.3.1 with: + exclude_file: exclude.txt comment: "true" mode: "fail" json_schema: "aaguid.json.schema" - exclude_file: exclude.txt