From 58059cf9d5d5a69077d6220e3f343af749c26bb6 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sun, 17 Mar 2024 18:02:06 +0100 Subject: [PATCH] update --- .gitea/workflows/validate_schema.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/validate_schema.yml b/.gitea/workflows/validate_schema.yml index cde6ca0..db56bdc 100644 --- a/.gitea/workflows/validate_schema.yml +++ b/.gitea/workflows/validate_schema.yml @@ -17,5 +17,4 @@ jobs: uses: docker://git.hydrar.de/mdtools/mdtools:latest with: entrypoint: /bin/bash - args: | - bash scripts/validate_schema.json + args: scripts/validate_schema.json