mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 15:44:17 -04:00
adding more debug
This commit is contained in:
parent
a9843281aa
commit
7ec61a98b8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/qmk_userspace_build.yml
vendored
5
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -68,8 +68,11 @@ jobs:
|
||||||
|
|
||||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||||
run: |
|
run: |
|
||||||
targets=$( cat $GITHUB_WORKSPACE/qmk_nontree.json ) | jq -r '.nontree_targets[]'
|
targets = $( cat $GITHUB_WORKSPACE/qmk_nontree.json ) | jq -r '.nontree_targets[]'
|
||||||
|
targets2 = "$( cat $GITHUB_WORKSPACE/qmk_nontree.json )" | jq -r '.nontree_targets[]'
|
||||||
echo $targets
|
echo $targets
|
||||||
|
echo "$( cat $GITHUB_WORKSPACE/qmk_nontree.json )" | jq -r '.nontree_targets[]'
|
||||||
|
echo $targets2
|
||||||
for target in $targets;
|
for target in $targets;
|
||||||
do
|
do
|
||||||
echo "Copying keyboard: $target"
|
echo "Copying keyboard: $target"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue