update inputs
This commit is contained in:
parent
82121fe914
commit
f49fc39e0c
1 changed files with 21 additions and 0 deletions
21
action.yml
21
action.yml
|
@ -10,79 +10,100 @@ inputs:
|
||||||
username:
|
username:
|
||||||
description: Code::Sats account username
|
description: Code::Sats account username
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
default: domai-tb
|
default: domai-tb
|
||||||
|
|
||||||
show_icons:
|
show_icons:
|
||||||
description: Generate profile card with icons
|
description: Generate profile card with icons
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
|
||||||
hide_rank:
|
hide_rank:
|
||||||
description: Generate profile card without level / rank
|
description: Generate profile card without level / rank
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
hide_title:
|
hide_title:
|
||||||
description: Generate cards without title
|
description: Generate cards without title
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
hide_border:
|
hide_border:
|
||||||
description: Generate cards without border
|
description: Generate cards without border
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
line_height:
|
line_height:
|
||||||
description: Line hight for profile card
|
description: Line hight for profile card
|
||||||
required: false
|
required: false
|
||||||
|
type: number
|
||||||
default: 45
|
default: 45
|
||||||
|
|
||||||
title_color:
|
title_color:
|
||||||
description: Color of profile card title
|
description: Color of profile card title
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
icon_color:
|
icon_color:
|
||||||
description: Color of profile card icons
|
description: Color of profile card icons
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
text_color:
|
text_color:
|
||||||
description: Color of profile card text
|
description: Color of profile card text
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
bg_color:
|
bg_color:
|
||||||
description: Color of top language card background
|
description: Color of top language card background
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
language_count:
|
language_count:
|
||||||
description: Number of language to display on cards
|
description: Number of language to display on cards
|
||||||
required: false
|
required: false
|
||||||
|
type: number
|
||||||
default: 21
|
default: 21
|
||||||
|
|
||||||
hide:
|
hide:
|
||||||
description: Hide specific language from top lang card
|
description: Hide specific language from top lang card
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
default: 'scminput,Log,Plain text'
|
||||||
|
|
||||||
card_width:
|
card_width:
|
||||||
description: Width of top languages card in px
|
description: Width of top languages card in px
|
||||||
required: false
|
required: false
|
||||||
|
type: number
|
||||||
default: 300
|
default: 300
|
||||||
|
|
||||||
card_height:
|
card_height:
|
||||||
description: Higths of top languages card in px
|
description: Higths of top languages card in px
|
||||||
required: false
|
required: false
|
||||||
|
type: number
|
||||||
default: 300
|
default: 300
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
description: Layout of top lang card
|
description: Layout of top lang card
|
||||||
required: false
|
required: false
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- compact
|
||||||
|
- undefiend
|
||||||
default: compact
|
default: compact
|
||||||
|
|
||||||
hide_legend:
|
hide_legend:
|
||||||
description: Generate history card without legend
|
description: Generate history card without legend
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
||||||
reverse_order:
|
reverse_order:
|
||||||
description: Order history from old to new
|
description: Order history from old to new
|
||||||
required: false
|
required: false
|
||||||
|
type: boolean
|
||||||
default: false
|
default: false
|
Loading…
Add table
Reference in a new issue