From 8a197b0f291512cb88c85f95d7c4086626d5f634 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Apr 2024 21:01:43 -0500 Subject: [PATCH] starting to get it - i see hte steps are referencing the id names, had to align them - added path for qmk_nontree.json --- .github/workflows/qmk_userspace_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index 5ca08216..3ac41cf2 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -67,10 +67,10 @@ jobs: apt-get install jq -y - name: Import Non Tree Targets JSON file - id: read_file + id: read-json run: | 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 id: parse-json