Skip to content

Commit e8ec287

Browse files
committed
Action branding
1 parent 7e5c5a2 commit e8ec287

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
This actions archives your analytics data from Netlify Analytics
44

5-
See [.github/workflows](./.github/workflows) for examples.
5+
See [.github/workflows](./.github/workflows) for examples.
6+
7+
Running as Github Action or NodeJS app.

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: 'Netlify Analytics Collector'
22
description: 'Fetches netlify analytics and uploads it to artifacts.'
33
author: 'NiklasMerz'
4+
branding:
5+
icon: 'briefcase'
6+
color: 'blue'
47
inputs:
58
netlify-site-id:
69
description: 'You can get the id for your netlify site by looking at the devtools'

0 commit comments

Comments
 (0)