mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-28 18:10:09 -04:00
had the wrong filename
- qmk_nontree.json not qmk-nontree.json
This commit is contained in:
parent
c2647ab323
commit
c0e39be264
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qmk_userspace_build.yml
vendored
2
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue