fix title input
This commit is contained in:
parent
b5980d3380
commit
a5cb3cbb9e
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ inputs:
|
|||
description: Change the cards title
|
||||
required: false
|
||||
type: string
|
||||
default: `Code::Stats of ${username}`
|
||||
default: "`Code::Stats of ${username}`"
|
||||
|
||||
profile_card_hide_lines:
|
||||
description: "Hide specific line, eg: `xp` or `xp,recent_xp`"
|
||||
|
@ -47,7 +47,7 @@ inputs:
|
|||
description: Change the cards title
|
||||
required: false
|
||||
type: string
|
||||
default: `Code::Stats of ${username}`
|
||||
default: "`Code::Stats of ${username}`"
|
||||
|
||||
toplangs_card_language_count:
|
||||
description: Change the number of languages shown before going to Others
|
||||
|
|
Loading…
Add table
Reference in a new issue