mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01: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"
|
||||
while IFS= read -r line; do
|
||||
TITLE="${line%% *}"
|
||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname)"
|
||||
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs dirname) || true"
|
||||
# if folder exists
|
||||
if [ -d "$FOLDER" ]; then
|
||||
echo "$TITLE"
|
||||
|
||||
Reference in New Issue
Block a user