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 7e5c5a2 commit e8ec287Copy full SHA for e8ec287
README.md
@@ -2,4 +2,6 @@
2
3
This actions archives your analytics data from Netlify Analytics
4
5
-See [.github/workflows](./.github/workflows) for examples.
+See [.github/workflows](./.github/workflows) for examples.
6
+
7
+Running as Github Action or NodeJS app.
action.yml
@@ -1,6 +1,9 @@
1
name: 'Netlify Analytics Collector'
description: 'Fetches netlify analytics and uploads it to artifacts.'
author: 'NiklasMerz'
+branding:
+ icon: 'briefcase'
+ color: 'blue'
inputs:
8
netlify-site-id:
9
description: 'You can get the id for your netlify site by looking at the devtools'
0 commit comments