From cd98476a3119b28a4b7b544d460fb00bded21296 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 20:34:18 -0500 Subject: [PATCH] fixed yaml --- .github/workflows/merge-sample-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index d19b4a192..f36f95273 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -27,7 +27,7 @@ jobs: path: './' - run: | jq -s '[.[][]]' samples/**/assets/sample.json > samples.json - - name: Validate JSON + - name: Validate JSON uses: docker://orrosenblatt/validate-json-action:latest env: INPUT_SCHEMA: /metadata-schema.json