mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 03:11:02 +01: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
|
||||
# $f is an addon directory
|
||||
if [ -f "$f/config.json" ]; then
|
||||
|
||||
echo "Project $f"
|
||||
|
||||
echo "Project $f"
|
||||
NUMBERADDONS="$((NUMBERADDONS + 1))"
|
||||
|
||||
# Get variables
|
||||
|
||||
Reference in New Issue
Block a user