mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-28 15:53:32 +02:00
Update daily_README.yaml
This commit is contained in:
3
.github/workflows/daily_README.yaml
vendored
3
.github/workflows/daily_README.yaml
vendored
@@ -73,9 +73,8 @@ jobs:
|
|||||||
find -- * -maxdepth 0 -type d | sort -r | while read -r f; do
|
find -- * -maxdepth 0 -type d | sort -r | while read -r f; do
|
||||||
# $f is an addon directory
|
# $f is an addon directory
|
||||||
if [ -f "$f/config.json" ]; then
|
if [ -f "$f/config.json" ]; then
|
||||||
|
|
||||||
echo "Project $f"
|
|
||||||
|
|
||||||
|
echo "Project $f"
|
||||||
NUMBERADDONS="$((NUMBERADDONS + 1))"
|
NUMBERADDONS="$((NUMBERADDONS + 1))"
|
||||||
|
|
||||||
# Get variables
|
# Get variables
|
||||||
|
|||||||
Reference in New Issue
Block a user