had the wrong filename

- qmk_nontree.json not qmk-nontree.json
This commit is contained in:
Victor 2024-04-10 20:39:38 -05:00
parent c2647ab323
commit c0e39be264
Failed to generate hash of commit

View file

@ -63,7 +63,7 @@ jobs:
- name: Import Non Tree Targets JSON file
id: read_file
run: cat $GITHUB_WORKSPACE/qmk-nontree.json
run: cat $GITHUB_WORKSPACE/qmk_nontree.json
- name: Parse Non Tree Targets JSON file
id: parse-json