Skip to content

Commit 7143ad3

Browse files
authored
Update sheet.yml
1 parent 1c11a9a commit 7143ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sheet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
1717
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
18-
- uses: canonical-web-and-design/csv-to-google-spreadsheet
18+
- uses: canonical-web-and-design/csv-to-google-spreadsheet@master
1919
with:
2020
csv_path: pageviews.csv
2121
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}
2222
worksheet: 0
2323
append_content: true
2424
google_service_account_email: ${{ secrets.google_service_account_email }}
25-
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}
25+
google_service_account_private_key: ${{ secrets.google_service_account_private_key }}

0 commit comments

Comments
 (0)