mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +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,6 @@ jobs:
|
|||||||
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
}' Stats3 > StatsTmp && mv StatsTmp Stats3
|
||||||
# For each addon, create graph
|
# For each addon, create graph
|
||||||
echo "3"
|
echo "3"
|
||||||
#input="Stats3"
|
|
||||||
for line in $(head -1 Stats3); do
|
for line in $(head -1 Stats3); do
|
||||||
TITLE="${line%% *}"
|
TITLE="${line%% *}"
|
||||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)" || echo "$TITLE not found"
|
||||||
@@ -205,7 +204,6 @@ jobs:
|
|||||||
EOFMarker
|
EOFMarker
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
done < "$input"
|
|
||||||
# Clean files
|
# Clean files
|
||||||
rm Stats3
|
rm Stats3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user