Update daily_README.yaml

This commit is contained in:
Alexandre
2022-05-07 23:45:04 +02:00
committed by GitHub
parent 1fc37f28ce
commit b4d757a34a

View File

@@ -48,7 +48,7 @@ jobs:
while read -r line
do
line=${line#* \"}
line=${line::-n}
line=${line::-2}
find "$f" -iname readme.md -print0 | xargs -0 sed -i "1i Open Issue : [$line](https://github.com/alexbelgium/hassio-addons/issues)"
done <<< "$OPENISSUES"
fi