mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update weekly_stats_graphs.yaml
This commit is contained in:
2
.github/workflows/weekly_stats_graphs.yaml
vendored
2
.github/workflows/weekly_stats_graphs.yaml
vendored
@@ -167,7 +167,7 @@ jobs:
|
|||||||
input="Stats3"
|
input="Stats3"
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
TITLE="${line%% *}"
|
TITLE="${line%% *}"
|
||||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname) || true"
|
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
||||||
# if folder exists
|
# if folder exists
|
||||||
if [ -d "$FOLDER" ]; then
|
if [ -d "$FOLDER" ]; then
|
||||||
echo "$TITLE"
|
echo "$TITLE"
|
||||||
|
|||||||
Reference in New Issue
Block a user