From c0252e8288d0554e38a42ceb2ff8075678628028 Mon Sep 17 00:00:00 2001 From: oakbrad Date: Tue, 4 Jun 2024 17:30:19 -0700 Subject: [PATCH] #24 Json path should be list? --- .github/workflows/validate-brew-json.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-brew-json.yml b/.github/workflows/validate-brew-json.yml index 81e2bba..9754116 100644 --- a/.github/workflows/validate-brew-json.yml +++ b/.github/workflows/validate-brew-json.yml @@ -11,4 +11,5 @@ jobs: uses: ScratchAddons/validate-json-action@master env: schema: /.github/homebrew-schema.json - jsons: "/5etools-homebrew/Dungeon Church; Pyora.json" \ No newline at end of file + jsons: | + /5etools-homebrew/Dungeon Church; Pyora.json \ No newline at end of file