We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4896c7d commit 0b2e26dCopy full SHA for 0b2e26d
.github/workflows/example.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
29
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
30
- days: 1
+ days: 0
31
disable-header: true
32
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
33
@@ -47,7 +47,7 @@ jobs:
47
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
48
49
50
- csv_path: bandwith.csv
+ csv_path: bandwidth.csv
51
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
52
worksheet: 2
53
append_content: true
0 commit comments