Merge pull request #76 from athul/patch_29044e8

chore: Change default of SHOW_TIME to false
This commit is contained in:
Athul Cyriac Ajay 2022-02-19 07:43:55 +05:30 committed by GitHub
commit 645f70e0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: