Update weekly_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 12:22:59 +01:00
committed by GitHub
parent 63adc76204
commit f3c6e2e9d4

View File

@@ -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"