chore: Change default of SHOW_TIME to false

This commit is contained in:
Athul Cyriac Ajay 2022-02-17 08:44:27 +05:30
parent 2cb70368d3
commit bc6f093055

View File

@ -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: