Skip to content

Commit

Permalink
Auto regenerate files - [Skip GitHub Action]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Feb 9, 2021
1 parent 57b836a commit 3cbd3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 3cbd3fd

Please sign in to comment.