-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
54 lines (42 loc) · 1.08 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
name: pypi chart badge
description: PyPI package chart badge generator action
author: Sadra Yahyapour
branding:
icon: "activity"
color: "white"
runs:
using: docker
image: Dockerfile
inputs:
github_token:
description: The GitHub auth token
default: ${{ github.token }}
required: true
repository:
description: The repository name in the form of "<owner>/<repo>"
default: ${{ github.repository }}
required: true
package_name:
description: The package name
required: true
badge_width:
description: Badge width size
default: 60
badge_height:
description: Badge height size
default: 20
badge_color:
description: The plot line color (HEX or CSS-valid names)
default: "#4492F9"
badge_dark_color:
description: The plot line dark color (HEX or CSS-valid names)
default: "#4492F9"
days_limit:
description: The amount of selected days
default: 15
output_path:
description: The badge file path directory
default: .pypi_chart/
file_name:
description: The badge file name
default: badge.svg