mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 23:24:17 -04:00
testing
- renamed json file to make it appear its not there - ignore errors with cat command
This commit is contained in:
parent
3a89a16cf2
commit
24251d5fbb
2 changed files with 2 additions and 2 deletions
4
.github/workflows/qmk_userspace_build.yml
vendored
4
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -62,11 +62,11 @@ jobs:
|
||||||
qmk userspace-doctor
|
qmk userspace-doctor
|
||||||
|
|
||||||
- name: Read Non-Tree Targets from JSON file
|
- name: Read Non-Tree Targets from JSON file
|
||||||
if: ${{ hashFiles( $GITHUB_WORKSPACE/qmk_nontree.json ) != '' }}
|
if: steps.check_json_file.outputs.files_exists == 'true'
|
||||||
run: |
|
run: |
|
||||||
{
|
{
|
||||||
echo 'COPY_TARGETS<<EOF'
|
echo 'COPY_TARGETS<<EOF'
|
||||||
cat $GITHUB_WORKSPACE/qmk_nontree.json
|
cat $GITHUB_WORKSPACE/qmk_nontree.json 2>/dev/null
|
||||||
echo 'EOF'
|
echo 'EOF'
|
||||||
} >> "$GITHUB_ENV"
|
} >> "$GITHUB_ENV"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue