From 41d13b3e958b56192b76736a787b6e5d9e0f3c68 Mon Sep 17 00:00:00 2001 From: lizkrznarich Date: Wed, 17 Apr 2024 09:13:54 -0500 Subject: [PATCH] fix action file --- .github/workflows/validate-dump.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/validate-dump.yml b/.github/workflows/validate-dump.yml index b21c54eac..5a0d619b2 100644 --- a/.github/workflows/validate-dump.yml +++ b/.github/workflows/validate-dump.yml @@ -51,7 +51,6 @@ jobs: pip install -r requirements.txt curl https://raw.githubusercontent.com/ror-community/ror-schema/master/ror_schema.json -o ror_schema.json curl https://raw.githubusercontent.com/ror-community/ror-schema/master/ror_schema_v2_0.json -o ror_schema_v2_0.json - ls ../files/ if [[ ${{ github.event.inputs.schema-version }} == 'v1' ]]; then echo "validating v1" python run_validations.py -i ../${{ env.WORKING_DIR }}/${{ github.event.inputs.file-name}} -v 1 -s ror_schema.json