Skip to content

Commit 0863f94

Browse files
Update fetch-ts-bi-data.yml
modifying to backfill data for September 2025
1 parent 6107ad2 commit 0863f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-ts-bi-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030

3131
steps:
3232
- name: Get 7 days ago
33-
run: echo "days_ago_7=$(date -d "-7 days" +'%Y-%m-%d')" >> $GITHUB_ENV
33+
run: echo "days_ago_7=$(date -d "-38 days" +'%Y-%m-%d')" >> $GITHUB_ENV
3434

3535
- name: Get 1 days ago
36-
run: echo "days_ago_1=$(date -d "-1 days" +'%Y-%m-%d')" >> $GITHUB_ENV
36+
run: echo "days_ago_1=$(date -d "-6 days" +'%Y-%m-%d')" >> $GITHUB_ENV
3737

3838
# SETUP PYTHON.
3939
- name: Set up Python

0 commit comments

Comments
 (0)