diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index e6081d25..67f72a16 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -62,7 +62,6 @@ jobs: qmk userspace-doctor - name: Read Non-Tree Targets from JSON file - if: steps.check_json_file.outputs.files_exists == 'true' run: | { echo 'COPY_TARGETS<> "$GITHUB_ENV" - name: Copy Non-Tree Keyboard Defintions from Userspace to QMK Firmware + if: ${{ env.COPY_TARGETS == '' }} run: | for target in ${{ join(fromJson(env.COPY_TARGETS).nontree_targets, ' ') }}; do