From f49fc39e0c9630bf0653f23eb89db12cec9a4ad2 Mon Sep 17 00:00:00 2001 From: Domai Date: Sun, 24 Sep 2023 13:32:50 +0200 Subject: [PATCH] update inputs --- action.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/action.yml b/action.yml index 8e09b06..05edb4f 100644 --- a/action.yml +++ b/action.yml @@ -10,79 +10,100 @@ inputs: username: description: Code::Sats account username required: true + type: string default: domai-tb show_icons: description: Generate profile card with icons required: false + type: boolean default: true hide_rank: description: Generate profile card without level / rank required: false + type: boolean default: false hide_title: description: Generate cards without title required: false + type: boolean default: false hide_border: description: Generate cards without border required: false + type: boolean default: false line_height: description: Line hight for profile card required: false + type: number default: 45 title_color: description: Color of profile card title required: false + type: string icon_color: description: Color of profile card icons required: false + type: string text_color: description: Color of profile card text required: false + type: string bg_color: description: Color of top language card background required: false + type: string language_count: description: Number of language to display on cards required: false + type: number default: 21 hide: description: Hide specific language from top lang card required: false + type: string + default: 'scminput,Log,Plain text' card_width: description: Width of top languages card in px required: false + type: number default: 300 card_height: description: Higths of top languages card in px required: false + type: number default: 300 layout: description: Layout of top lang card required: false + type: choice + options: + - compact + - undefiend default: compact hide_legend: description: Generate history card without legend required: false + type: boolean default: false reverse_order: description: Order history from old to new required: false + type: boolean default: false \ No newline at end of file