Skip to content

Commit ad7aad7

Browse files
committed
More doc updates
1 parent cbab4a6 commit ad7aad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v1
26-
- uses: ./.
26+
- uses: ./. # Replace with niklasmerz/[email protected] in your repo
2727
with:
2828
netlify-token: ${{ secrets.NETLIFY_TOKEN }}
2929
netlify-site-id: ${{ secrets.NETLIFY_SITE }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> :warning: This tool uses an unofficial/unpublisehd API from Netlify. It may break any time!
44
5-
[Netlify Analytics](https://www.netlify.com/products/analytics/) is awesome but currently it only shows you data for the last 30 days. You can archive analytics from Netlify Analytics with this tool into CSV files. It either runs with NodeJS locally or can be added to Github repos as a Github action that runs on a schedule.
5+
[Netlify Analytics](https://www.netlify.com/products/analytics/) is awesome but currently it only shows you data for the last 30 days. You can archive analytics into CSV files with this tool. It either runs with NodeJS locally or can be added to Github repos as a Github action that runs on a schedule.
66

7-
You can find example Github Actions in [.github/workflows](.github/workflows).
7+
You can find example workflows in [.github/workflows](.github/workflows).
88

99
* `example.yml` is set to run every day just before midnight to create 1 a zip file with the analytics of the last 30 days and 2 adds the analytics for the current day to a Google Sheet.
1010
* `summary-release.yml` Is a workflow that runs on the first day of each month and creates a new release in the Github repo with an zip with CSV files of the analtics data from the past month.
@@ -20,7 +20,7 @@ You need to setup some secrets either as secrets for actions or environment vari
2020

2121
### For Google Sheets
2222

23-
The example workflow uses [this action](https://github.com/canonical-web-and-design/csv-to-google-spreadsheet). Please read there how to set the action if you need it.
23+
The example workflow uses [this action](https://github.com/canonical-web-and-design/csv-to-google-spreadsheet) to update a Google Sheet every day. Please read there how to set the action if you need it.
2424

2525
* `GOOGLE_SERVICE_ACCOUNT_EMAIL`
2626
* `GOOGLE_SERVICE_ACCOUNT_PRIVATE_KEY`

0 commit comments

Comments
 (0)