kopia lustrzana https://github.com/Aircoookie/WLED
Exclude PWM_fan
rodzic
63c3d5c89d
commit
85214f1f2b
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Get default environments
|
||||
id: envs
|
||||
run: |
|
||||
echo "usermods=$(find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | jq -R | jq --slurp -c)" >> $GITHUB_OUTPUT
|
||||
echo "usermods=$(find usermods/ -name library.json | xargs dirname | xargs -n 1 basename | jq -R | grep -v PWM_fan | jq --slurp -c)" >> $GITHUB_OUTPUT
|
||||
outputs:
|
||||
usermods: ${{ steps.envs.outputs.usermods }}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue