Skip to content

Commit

Permalink
changed start-day to 3 days ago
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 7, 2025
1 parent 67b06bf commit 63d9bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: dates
run: |
echo "current_date=$(date +'%Y/%m/%d')" >> $GITHUB_ENV
echo "date_2_days_ago=$(date -d '2 days ago' +'%Y/%m/%d')" >> $GITHUB_ENV
echo "date_2_days_ago=$(date -d '3 days ago' +'%Y/%m/%d')" >> $GITHUB_ENV
- name: Print dates
run: |
Expand Down

0 comments on commit 63d9bf8

Please sign in to comment.