From e13bd6052db7e5de5d03bcc22c928a37a9fcfdf1 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Apr 2024 23:56:22 -0500 Subject: [PATCH] removing path to json file name --- .github/workflows/qmk_userspace_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index 57f2e7e9..ebe27677 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -70,7 +70,7 @@ jobs: id: check_json_files uses: andstor/file-existence-action@v2 with: - files: $GITHUB_WORKSPACE/${{ inputs.qmk_nontree_json }} + files: ${{ inputs.qmk_nontree_json }} - name: Read Non-Tree Targets from JSON file if: steps.check_json_files.outputs.files_exists == 'true'