forked from NiklasMerz/netlify-analytics-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
24 lines (24 loc) · 773 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: 'Netlify Analytics Collector'
description: 'Fetches netlify analytics and uploads it to artifacts.'
author: 'NiklasMerz'
branding:
icon: 'briefcase'
color: 'blue'
inputs:
netlify-site-id:
description: 'You can get the id for your netlify site by looking at the devtools'
required: true
netlify-token:
description: 'Personal access token from your netlify account'
required: true
days:
description: 'How many days back from today should be fetched. Netlify stores analytics for about 30 days.'
default: '29'
required: false
disable-header:
description: 'Set to true for CSV files with no header line. Can be useful for appending.'
default: 'false'
required: false
runs:
using: 'docker'
image: 'Dockerfile'