Skip to content

Commit a341738

Browse files
committed
Change to fork
1 parent 7bb227e commit a341738

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
@@ -19,15 +19,15 @@ jobs:
1919
with:
2020
name: exports
2121
path: '*.csv'
22-
sheet-test:
22+
sheet-upload:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v1
2626
- uses: ./.
2727
with:
2828
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
2929
netlify-site-id: ${{ secrets.NETLIFY_SITE }}
30-
- uses: canonical-web-and-design/csv-to-google-spreadsheet@master
30+
- uses: niklasmerz/csv-to-google-spreadsheet@fixes
3131
with:
3232
csv_path: pageviews.csv
3333
spreadsheet_id: ${{ secrets.google_spreadsheet_id }}

0 commit comments

Comments
 (0)