mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 20:06:33 +00:00
Use JSON for usermods list
This commit is contained in:
parent
04c7eace09
commit
b3af04d3ca
2
.github/workflows/usermods.yml
vendored
2
.github/workflows/usermods.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
id: envs
|
||||
run: |
|
||||
mods=`find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | jq -R | jq --slurp -c`
|
||||
echo -n "usermods=\"$mods\"" >> $GITHUB_OUTPUT
|
||||
echo "usermods=$mods >> $GITHUB_OUTPUT
|
||||
outputs:
|
||||
usermods: ${{ steps.envs.outputs.usermods }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user