mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-08-05 20:44:41 -04:00
adding debug statements
This commit is contained in:
parent
73b0eeab07
commit
388919a4a0
1 changed files with 2 additions and 1 deletions
1
.github/workflows/qmk_userspace_build.yml
vendored
1
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -74,6 +74,7 @@ jobs:
|
|||
|
||||
- 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