mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 21:16:29 +01:00
Update daily_README.yaml
This commit is contained in:
2
.github/workflows/daily_README.yaml
vendored
2
.github/workflows/daily_README.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
if [ -f "$f"/config.json ]; then
|
||||
echo "$f" > "$f"/oldname
|
||||
NAME=$(jq -r '.name' "$f"/config.json)
|
||||
if [[ "$f" !== "$NAME" ]]; then mv "$f" "$NAME"; fi
|
||||
if [[ "$f" != "$NAME" ]]; then mv "$f" "$NAME"; fi
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user