mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 14:44:16 -04:00
removing path to json file name
This commit is contained in:
parent
96cc821a58
commit
e13bd6052d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qmk_userspace_build.yml
vendored
2
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue