Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-05-26 18:28:34 +00:00
parent 0ce9784422
commit 8dafb85497
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
<details open><summary>With both total bytes size and percentage version</summary>
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.details.svg">
</details>
<details open><summary>Recently used version (based on recent activity)</summary>
<details><summary>Recently used version (based on recent activity)</summary>
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.recent.svg">
</details>
<img width="900" height="1" alt="">

2
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, 24 + 6.75%
default: 0, 7%
# Metrics output format
config_output:

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", "24 + 6.75%"], "//": "Image padding (default)",
"padding": ["0", "7%"], "//": "Image padding (default)",
"hosted": {
"by": "", "//": "Web instance host (displayed in footer)",
"link": "", "//": "Web instance host link (displayed in footer)"