Skip to content

Commit

Permalink
ci: mismatch yml checker needs new directory name (#4358)
Browse files Browse the repository at this point in the history
Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko authored Aug 19, 2024
1 parent 5291ed3 commit 4f8f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get Modified mismatch_relations.yml Files
id: get-modified-files
run: |
git diff --name-only --diff-filter=AM ${{ github.event.before }} ${{ github.sha }} | grep '^data/.*/mismatch_relations.yml$' > modified_files.txt
git diff --name-only --diff-filter=AM ${{ github.event.before }} ${{ github.sha }} | grep '^mismatch_data/.*/mismatch_relations.yml$' > modified_files.txt
- name: Validate Modified YAML Files
if: success()
Expand Down

0 comments on commit 4f8f75b

Please sign in to comment.