Auto regenerate files - [Skip GitHub Action]

This commit is contained in:
GitHub Action
2021-02-09 21:20:46 +00:00
parent 57b836ac74
commit 3cbd3fd811
2 changed files with 2 additions and 1 deletions

View File

@@ -106,7 +106,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: 6%
default: 6%, 12%
# Metrics output format
config_output:

View File

@@ -12,6 +12,7 @@
"debug": false, "//": "Debug logs",
"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": ["6%", "12%"], "//": "Image padding (default)",
"community": {
"templates": [], "//": "Additional community templates to setup"
},