Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vilaca committed Mar 5, 2024
1 parent 408a97c commit b892cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
PAT: ${{ secrets.PAT }}
shell: bash
run: |
./scripts/score.sh 05-03-2024 26-02-2024
./scripts/score.sh data/05-03-2024 data/26-02-2024
sort -nr score-output > data/05-03-2024
current_date=$(date +%s)
seven_days=$((7 * 24 * 60 * 60))
Expand Down

0 comments on commit b892cf2

Please sign in to comment.