Skip to content

Commit

Permalink
Fix GitHub Actions referring to wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-lloyd committed Oct 3, 2024
1 parent 6db06b2 commit e0b0c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
poetry install
- name: Check schema matches model
run: |
poetry run python testing_ceda_status/generate_schema.py
poetry run python ceda_status_validator/generate_schema.py
diff generated_schema.json statuspage.schema.json
- name: Run the validator
run: |
Expand Down

0 comments on commit e0b0c18

Please sign in to comment.