-
Notifications
You must be signed in to change notification settings - Fork 515
Expand file tree
/
Copy pathaction.yml
More file actions
63 lines (60 loc) · 1.88 KB
/
Copy pathaction.yml
File metadata and controls
63 lines (60 loc) · 1.88 KB
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
56
57
58
59
60
61
62
63
name: GitHub-Profile-Summary-Cards
description: Generate profile summary cards and commit to default branch
author: vn7n24fzkq
inputs:
USERNAME:
type: string
required: true
description: 'GitHub username'
default: ${{ github.repository_owner }}
BRANCH_NAME:
type: string
required: false
description: 'The branch to push cards'
default: 'main'
UTC_OFFSET:
type: string
required: false
description: 'The UTC offset used in the Productive Time Card.(e.g., 8, -3)'
default: 0
EXCLUDE:
type: string
required: false
description: 'A comma separated list of languages to exclude'
default: ''
EXCLUDE_REPOS:
type: string
required: false
description: 'A comma separated list of repository names to exclude from the language cards (case-insensitive; owner/repo also matches on the commits card)'
default: ''
AUTO_PUSH:
type: boolean
required: false
description: 'Whether automatically push generated files to desired branch'
default: true
THEME:
type: string
required: false
description: 'Generate only this theme (e.g. github_dark). Leave empty to generate every theme.'
default: ''
ANIMATION:
type: string
required: false
description: 'Bake a CSS animation into the cards: none | fade | rise | draw | stagger | load | sequence | tint | rgb | rgb-soft. Leave empty for no animation.'
default: ''
DURATION:
type: string
required: false
description: 'Animation speed in seconds (0.2–10). Only applies when ANIMATION is set; leave empty for the preset default.'
default: ''
NAME:
type: string
required: false
description: 'Override the displayed name/title on the profile-details card (elided to fit). Leave empty to use the default "login (name)".'
default: ''
runs:
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'activity'
color: 'orange'