-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathaction.yml
51 lines (41 loc) · 1.11 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
name: "GitHub README Generator"
author: "Jainam Desai"
description: "A lot of customizable features! ✨"
inputs:
GH_TOKEN:
description: "GitHub access token with Repo scope"
required: true
default: ${{ github.token }}
TIMEZONE:
description: "Your Local TimeZone"
required: true
SHOW_DAILY_COMMIT:
required: false
description: "Shows the number of commit graph in the dev metrics."
default: "True"
SHOW_WEEKLY_COMMIT:
required: false
description: "Shows day of week you are most productive."
default: "True"
SHOW_LINES_OF_CODE:
required: false
description: "Show the Total Lines Of Code written Badge till date."
default: "True"
SHOW_PROFILE_VIEWS:
required: false
description: "Shows the Profile Views."
default: "True"
SHOW_LANGUAGE:
required: false
description: "Shows the most used language."
default: "True"
SHOW_TOTAL_CONTRIBUTIONS:
required: false
description: "Shows the total number of contributions."
default: "True"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "activity"
color: "blue"