Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 18:32:13 +01:00
committed by GitHub
parent 7d38e75a10
commit c4908e36b0

View File

@@ -154,7 +154,8 @@ jobs:
for line in $(awk '{ print $1 }' Stats3); do
TITLE="${line%% *}"
FOLDER="$(grep -rl "ghcr.io/alexbelgium/$TITLE-" . | xargs -r dirname)"
echo "$TITLE foudn in $FOLDER"
FOLDER="${FOLDER:2}"
echo "$TITLE found in $FOLDER"
# If non null
if [[ ${#FOLDER} -gt 2 ]]; then
cp Stats3 StatsTmp