-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
55 lines (55 loc) · 1.45 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: Profile Readme Dev Stats
description: Gets wakatime & github stats and displays it on your readme page
author: nick22985
branding:
icon: 'activity'
color: 'green'
runs:
using: 'node16'
main: 'index.js'
inputs:
GH_TOKEN:
description: "Github access token with Repo Scope"
required: true
WAKATIME_API_KEY:
description: "Wakatime API key"
required: true
SHOW_SHORT_INFO:
description: "Github Summary"
required: false
default: true
SHOW_BREAK_DOWN:
description: "Shows language activity for that week"
required: false
default: true
SHOW_TIMEZONE:
description: "Shows timezone. Requires SHOW_BREAK_DOWN=true"
required: false
default: true
SHOW_EDITORS:
description: "Shows editors used in the week SHOW_BREAK_DOWN=true"
required: false
default: true
SHOW_LANGUAGES:
description: "Show week coding language breakdown"
required: false
default: true
SHOW_OS:
description: "Shows Operating System"
required: false
default: true
SHOW_HOSTS:
description: "Show Hostnames of computers"
required: false
default: true
SHOW_LANGUAGE_PER_REPO:
description: "Shows github repo language counts"
required: false
default: true
SHOW_PROJECTS:
description: "Show Projects worked on that week"
required: false
default: true
EXCLUDE_PROJECT:
description: "You can exclude repos that you don't want showing on your readme page"
required: false