Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-05-25 19:22:09 +00:00
parent ea4c47a658
commit 2fd7452384
2 changed files with 8 additions and 2 deletions

8
action.yml generated
View File

@@ -180,7 +180,7 @@ inputs:
# Specify one value (for both width and height) or two values (one for width and one for height)
config_padding:
description: Image padding
default: 16, 16 + 9%
default: 16, 24 + 6.75%
# Metrics output format
config_output:
@@ -299,6 +299,12 @@ inputs:
description: Minimum threshold
default: 0%
# Compute indepth languages statistics by cloning repositories and processing your commits individually
# See documentation before enabling
plugin_languages_indepth:
description: Indepth languages processing (see documentation before enabling)
default: false
# ====================================================================================
# 🙋 Introduction

2
settings.example.json generated
View File

@@ -13,7 +13,7 @@
"debug.headless": false, "//": "Debug puppeteer process",
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
"repositories": 100, "//": "Number of repositories to use",
"padding": ["16", "16 + 9%"], "//": "Image padding (default)",
"padding": ["16", "24 + 6.75%"], "//": "Image padding (default)",
"hosted": {
"by": "", "//": "Web instance host (displayed in footer)",
"link": "", "//": "Web instance host link (displayed in footer)"