diff --git a/action.yml b/action.yml index a9db924e510..69e5c39cc59 100644 --- a/action.yml +++ b/action.yml @@ -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: diff --git a/settings.example.json b/settings.example.json index 333cf5119f6..0ae4b377831 100644 --- a/settings.example.json +++ b/settings.example.json @@ -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" },