mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
idunno
This commit is contained in:
parent
01e68016f6
commit
a86ea24564
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
|
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||||
run: |
|
run: |
|
||||||
echo "::set-output name=targets::$(cat $GITHUB_WORKSPACE/qmk_nontree.json)" | jq -r '.nontree_targets[]'
|
echo "::set-output name=targets::$(cat $GITHUB_WORKSPACE/qmk_nontree.json) | jq -r '.nontree_targets[]'"
|
||||||
for target in ${{ targets }};
|
for target in ${{ targets }};
|
||||||
do
|
do
|
||||||
echo "Copying keyboard: $target"
|
echo "Copying keyboard: $target"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue