Skip to content

Commit

Permalink
Fix menupass typo in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Oct 11, 2023
1 parent ca62ee0 commit abdd0a5
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 @@ -22,5 +22,5 @@ jobs:
- name: "Validate APT29 plan"
run: python resources/plan_validator.py apt29/Emulation_Plan/yaml/APT29.yaml -schema_document resources/format_schema.json
- name: "Validate menuPass plan"
run: python resources/plan_validator.py menuPass/Emulation_Plan/yaml/menupass.yaml -schema_document resources/format_schema.json
run: python resources/plan_validator.py menu_pass/Emulation_Plan/yaml/menupass.yaml -schema_document resources/format_schema.json

0 comments on commit abdd0a5

Please sign in to comment.