From c1778ddf511cf4f1526fa09885cc392688fc171b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:15:32 +0000 Subject: [PATCH] ci: auto-regenerate files --- README.md | 2 +- action.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce64172d..6d8909a4 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and ` ### 🐙 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 * Support **users**, **organizations** and even **repositories** * Transparent by default so it'll blend well whether light or dark mode is used diff --git a/action.yml b/action.yml index f6f670d5..cf361c3c 100644 --- a/action.yml +++ b/action.yml @@ -192,6 +192,12 @@ inputs: description: SVG CSS animations 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) # 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)