Skip to content

Commit 5d79aab

Browse files
fix: Fix formatting issues in download-stats.yml
1 parent dd89601 commit 5d79aab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/download-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
stats:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313

@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Append history
3131
run: |
32-
TOTAL=$(jq '[.[]. total] | add' stats/downloads.json)
32+
TOTAL=$(jq '[.[].total] | add' stats/downloads.json)
3333
DATE=$(date -u +"%Y-%m-%d %H:%M")
3434
echo "$DATE,$TOTAL" >> stats/history.csv
3535

0 commit comments

Comments
 (0)