mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
bitch
- forgot semicolon
This commit is contained in:
parent
311e368ea2
commit
65e9fbf50d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qmk_userspace_build.yml
vendored
2
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||
run: |
|
||||
for target in ${{ (steps.parse-json.outputs.stdout }}
|
||||
for target in ${{ join(fromJSON(steps.parse-json.outputs.copy_targets).nontree_targets, ' ') }};
|
||||
do
|
||||
echo "Copying keyboard: $target"
|
||||
cp $GITHUB_WORKSPACE/keyboards/$target $GITHUB_WORKSPACE/qmk_firmware/keyboards -R
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue