mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 01:25:58 +02:00
Update daily_README.yaml
This commit is contained in:
2
.github/workflows/daily_README.yaml
vendored
2
.github/workflows/daily_README.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If there is an issue, put a message
|
# If there is an issue, put a message
|
||||||
OPENISSUES="$(curl -s https://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug | grep "$f")"
|
OPENISSUES="$(curl -s "https://github.com/alexbelgium/hassio-addons/issues?q=is%3Aopen+is%3Aissue+label%3Abug" | grep "$f")"
|
||||||
if [ "$OPENISSUES" != "" ]; then
|
if [ "$OPENISSUES" != "" ]; then
|
||||||
sed -i "1a Open Issue : $OPENISSUES" "$f/Readme.md"
|
sed -i "1a Open Issue : $OPENISSUES" "$f/Readme.md"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user