From a5cb3cbb9e27b941da439f2870372d822ce8b27f Mon Sep 17 00:00:00 2001 From: Domai Date: Sun, 24 Sep 2023 14:27:54 +0200 Subject: [PATCH] fix title input --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1cead99..4e288eb 100644 --- a/action.yml +++ b/action.yml @@ -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