mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-08-05 04:24:42 -04:00
adding debug statements
This commit is contained in:
parent
73b0eeab07
commit
388919a4a0
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,11 +69,12 @@ jobs:
|
|||
- name: Parse Non Tree Targets JSON file
|
||||
id: parse-json
|
||||
run: |
|
||||
targets = $(cat $GITHUB_WORKSPACE/qmk_nontree.json) | jq -r '.nontree_targets[]'
|
||||
targets=$( cat $GITHUB_WORKSPACE/qmk_nontree.json ) | jq -r '.nontree_targets[]'
|
||||
echo "::set-output name=copy_targets::$targets"
|
||||
|
||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||
run: |
|
||||
echo ${{ steps.parse-json.outputs.copy_targets }}
|
||||
for target in ${{ steps.parse-json.outputs.copy_targets }};
|
||||
do
|
||||
echo "Copying keyboard: $target"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue