mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-09 07:20:58 +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
@@ -15,10 +15,6 @@ jobs:
|
|||||||
- name: Create stats
|
- name: Create stats
|
||||||
run: |
|
run: |
|
||||||
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