From 3c0c4e875cf5f973a2cc6edfa5c1d00979fc73d1 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:36:04 +0200 Subject: [PATCH] Attempting to setup GH actions --- .github/workflows/theme_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theme_validation.yml b/.github/workflows/theme_validation.yml index d6d95c672..a66f5aff5 100644 --- a/.github/workflows/theme_validation.yml +++ b/.github/workflows/theme_validation.yml @@ -22,7 +22,7 @@ jobs: run: mkdir ./assets/generated - name: create stub themes - run: echo '{"layers": [], "themes": []}' > ./assets/generated/known_layers_and_themes.json + run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json" - name: Compile license info