mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
syntax
- forgot a '
This commit is contained in:
parent
52ed4e3e9e
commit
ea7f571ef1
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
|
@ -68,7 +68,7 @@ jobs:
|
|||
|
||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||
run: |
|
||||
for target in $(cat $GITHUB_WORKSPACE/qmk_nontree.json)" | jq -r '.nontree_targets[];
|
||||
for target in $(cat $GITHUB_WORKSPACE/qmk_nontree.json)" | jq -r '.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