From 9c049551f907fc2c4471934ce2a1711e9033398c Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 3 Oct 2025 14:07:05 +0200 Subject: [PATCH] fix args for ajv migrate --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 519a9fe..0705803 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: shell: bash run: | echo "Updating schema to the latest version" - npx ajv-cli migrate -i schema.json -o schema.json + npx ajv-cli migrate -s schema.json -o schema.json - name: Validate JSON shell: bash run: |