starting to get it

- i see hte steps are referencing the id names, had to align them
- added path for qmk_nontree.json
This commit is contained in:
Victor 2024-04-10 21:01:43 -05:00
parent 47aedd68f4
commit 8a197b0f29
Failed to generate hash of commit

View file

@ -67,10 +67,10 @@ jobs:
apt-get install jq -y apt-get install jq -y
- name: Import Non Tree Targets JSON file - name: Import Non Tree Targets JSON file
id: read_file id: read-json
run: | run: |
cat $GITHUB_WORKSPACE/qmk_nontree.json cat $GITHUB_WORKSPACE/qmk_nontree.json
echo "::set-output name=json::$(cat qmk_nontree.json)" echo "::set-output name=json::$(cat $GITHUB_WORKSPACE/qmk_nontree.json)"
- name: Parse Non Tree Targets JSON file - name: Parse Non Tree Targets JSON file
id: parse-json id: parse-json