Skip to content

Commit 0b2e26d

Browse files
committed
Daily fixes
1 parent 4896c7d commit 0b2e26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
2929
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
30-
days: 1
30+
days: 0
3131
disable-header: true
3232
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
3333
with:
@@ -47,7 +47,7 @@ jobs:
4747
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
4848
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
4949
with:
50-
csv_path: bandwith.csv
50+
csv_path: bandwidth.csv
5151
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
5252
worksheet: 2
5353
append_content: true

0 commit comments

Comments
 (0)