HOTFIX: SMASHED BUGS DURING MERGE

This commit is contained in:
Anmol
2020-07-31 20:21:01 +05:30
parent 478835b8d8
commit e16857d6ad
3 changed files with 40 additions and 18 deletions

View File

@@ -12,11 +12,6 @@ inputs:
description: 'Your Wakatime API Key'
required: true
USERNAME:
description: 'Your GitHub username'
required: false
default: ${{ github.repository_owner }}
SHOW_OS:
required: false
description: 'Show the list of OS Worked on In dev metrics'
@@ -54,7 +49,7 @@ inputs:
SHOW_LANGUAGE_PER_REPO:
required: false
description: ""
description: "Show language or framework used across different repository"
default: "True"
SHOW_LOC_CHART:
@@ -62,6 +57,11 @@ inputs:
description: ""
default: "True"
SHOW_DAYS_OF_WEEK:
required: false
description: "show day of week you are most productive"
default: "True"
runs: