fix args for ajv migrate
Some checks failed
CI / Dry-Run (pull_request) Failing after 35s

This commit is contained in:
2025-10-03 14:07:05 +02:00
parent 0d15c7dabe
commit 9c049551f9

View File

@@ -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: |