mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-17 12:55:29 -04:00
test case 2
- remove the new line at hte end and see if code handles it
This commit is contained in:
parent
e13bd6052d
commit
db235f8708
2 changed files with 2 additions and 1 deletions
1
.github/workflows/qmk_userspace_build.yml
vendored
1
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -78,6 +78,7 @@ jobs:
|
||||||
{
|
{
|
||||||
echo 'COPY_TARGETS<<EOF'
|
echo 'COPY_TARGETS<<EOF'
|
||||||
cat $GITHUB_WORKSPACE/${{ inputs.qmk_nontree_json }}
|
cat $GITHUB_WORKSPACE/${{ inputs.qmk_nontree_json }}
|
||||||
|
echo
|
||||||
echo 'EOF'
|
echo 'EOF'
|
||||||
} >> "$GITHUB_ENV"
|
} >> "$GITHUB_ENV"
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
"barbellboards",
|
"barbellboards",
|
||||||
"planck"
|
"planck"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue