From bc6f093055cb8d7dba3fe90a550098ab840c7f85 Mon Sep 17 00:00:00 2001 From: Athul Cyriac Ajay Date: Thu, 17 Feb 2022 08:44:27 +0530 Subject: [PATCH] chore: Change default of SHOW_TIME to false --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0bb8589..16dccce 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,9 @@ inputs: SHOW_TOTAL: description: "Displays weekly [total] coding time" - default: true + default: false + # default is set to false since users can choose whether to show the total time + # on their readme required: false runs: