removing path to json file name

This commit is contained in:
Victor 2024-04-10 23:56:22 -05:00
parent 96cc821a58
commit e13bd6052d
Failed to generate hash of commit

View file

@ -70,7 +70,7 @@ jobs:
id: check_json_files id: check_json_files
uses: andstor/file-existence-action@v2 uses: andstor/file-existence-action@v2
with: with:
files: $GITHUB_WORKSPACE/${{ inputs.qmk_nontree_json }} files: ${{ inputs.qmk_nontree_json }}
- name: Read Non-Tree Targets from JSON file - name: Read Non-Tree Targets from JSON file
if: steps.check_json_files.outputs.files_exists == 'true' if: steps.check_json_files.outputs.files_exists == 'true'