adding debug statements

This commit is contained in:
Victor 2024-04-10 21:54:33 -05:00
commit 388919a4a0
Failed to generate hash of commit

View file

@ -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"