-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (26 loc) · 696 Bytes
/
Copy pathaction.yml
File metadata and controls
29 lines (26 loc) · 696 Bytes
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
name: "GitHub Stats Generator"
description: "Generate GitHub stats SVG cards for README"
inputs:
username:
description: "GitHub username"
required: true
card:
description: "Card type: stats, languages, contributions"
required: false
default: "stats"
theme:
description: "Theme (light, dark, dracula, nord, gruvbox, tokyonight, catppuccin, terminal)"
required: false
default: "dark"
output:
description: "Output file path (defaults to <card>.svg)"
required: false
token:
description: "GitHub token (defaults to GITHUB_TOKEN)"
required: false
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "bar-chart-2"
color: "blue"