mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
trying something different
This commit is contained in:
parent
65e9fbf50d
commit
217008bfbd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/qmk_userspace_build.yml
vendored
3
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -69,7 +69,8 @@ jobs:
|
||||||
- name: Parse Non Tree Targets JSON file
|
- name: Parse Non Tree Targets JSON file
|
||||||
id: parse-json
|
id: parse-json
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=copy_targets::$(cat $GITHUB_WORKSPACE/qmk_nontree.json)" | jq -r '.nontree_targets[]'
|
targets="$(cat $GITHUB_WORKSPACE/qmk_nontree.json)" | jq -r '.nontree_targets[]'
|
||||||
|
echo $targets
|
||||||
|
|
||||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue