mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Update weekly_stats.yaml
This commit is contained in:
4
.github/workflows/weekly_stats.yaml
vendored
4
.github/workflows/weekly_stats.yaml
vendored
@@ -16,6 +16,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
exit 0
|
exit 0
|
||||||
echo "Starting"
|
echo "Starting"
|
||||||
|
# Exit if stats file younger than 3 days
|
||||||
|
if [[ ! $(find "Stats" -mtime +3 -print) ]]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
COUNT=0
|
COUNT=0
|
||||||
COUNT1=0
|
COUNT1=0
|
||||||
COUNT2=0
|
COUNT2=0
|
||||||
|
|||||||
Reference in New Issue
Block a user