ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-10-26 13:15:32 +00:00
parent 64f0f55137
commit c1778ddf51
2 changed files with 7 additions and 1 deletions

View File

@@ -441,7 +441,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features ### 🐙 Features
* Create infographics from **36 plugins**, **4 templates** and **211 options** * Create infographics from **36 plugins**, **4 templates** and **212 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS * Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories** * Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used * Transparent by default so it'll blend well whether light or dark mode is used

6
action.yml generated
View File

@@ -192,6 +192,12 @@ inputs:
description: SVG CSS animations description: SVG CSS animations
default: yes default: yes
# Encode images links into base64 data
# Advised to be true when generating images and false when generating texts or JSON
config_base64:
description: Encode images links into base64 data
default: yes
# Configure padding for output image (percentage value) # Configure padding for output image (percentage value)
# It can be used to add padding to generated metrics if rendering is cropped or has too much empty space # It can be used to add padding to generated metrics if rendering is cropped or has too much empty space
# Specify one value (for both width and height) or two values (one for width and one for height) # Specify one value (for both width and height) or two values (one for width and one for height)