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