mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
debug
- only outputting first element
This commit is contained in:
parent
d489621ca2
commit
a4ba4d82b4
1 changed files with 6 additions and 4 deletions
10
.github/workflows/qmk_userspace_build.yml
vendored
10
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -68,13 +68,15 @@ jobs:
|
||||||
|
|
||||||
- name: Read Non Tree Targets from JSON file
|
- name: Read Non Tree Targets from JSON file
|
||||||
run: |
|
run: |
|
||||||
echo 'JSON_FILE<<EOF' >> $GITHUB_ENV
|
{
|
||||||
cat $GITHUB_WORKSPACE/qmk_nontree.json >> $GITHUB_ENV
|
echo 'JSON_FILE<<EOF'
|
||||||
echo 'EOF' >> $GITHUB_ENV
|
cat $GITHUB_WORKSPACE/qmk_nontree.json
|
||||||
|
echo 'EOF'
|
||||||
|
} >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: Parse Non Tree Targets JSON file
|
- name: Parse Non Tree Targets JSON file
|
||||||
run: |
|
run: |
|
||||||
echo ${{ fromJson(env.JSON_FILE).nontree_targets }}
|
echo ${{ fromJson(env.JSON_FILE).nontree_targets[0] }}
|
||||||
|
|
||||||
- name: Copy Non-Tree Keyboards to QMK Firmware
|
- name: Copy Non-Tree Keyboards to QMK Firmware
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue