From e36ad981865466065b5a822202d83c50ae39d9b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 19:51:50 +0000 Subject: [PATCH] Auto-regenerate files --- README.md | 2 +- action.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 341d8d72..acdcd701 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Generate your metrics that you can embed everywhere, including your GitHub profile readme! It works for both user and organization accounts, and even for repositories! -> *⚠️ This is the documentation of **v3.7-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of **v3.6** (`@latest` branch) [here](https://github.com/lowlighter/metrics/blob/latest/README.md).* +> *⚠️ This is the documentation of **v3.7-beta** (`@master` branch) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master), see documentation of [**v3.6** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* diff --git a/action.yml b/action.yml index b38499f6..0c312d0b 100644 --- a/action.yml +++ b/action.yml @@ -250,11 +250,18 @@ inputs: description: Repositories to skip default: "" + # Number of languages to display + # Set to 0 to disable limitations + plugin_languages_limit: + description: Maximum number of languages to display + default: 8 + # Overrides default languages colors # Use `${n}:${color}` to change the color of the n-th most used language (e.g. "0:red" to make your most used language red) # Use `${language}:${color}` to change the color of named language (e.g. "javascript:red" to make JavaScript language red, language case is ignored) # Use a value from `colorsets.json` to use a predefined set of colors # Both hexadecimal and named colors are supported + # This cannot be used when "plugin_languages_limit" is greater than 8 plugin_languages_colors: description: Custom languages colors default: github