From 29d0a334c02cf761969cb2daaa8253e6529ceb18 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Mon, 1 Feb 2021 20:17:37 +0000 Subject: [PATCH] Auto regenerate files - [Skip GitHub Action] --- action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/action.yml b/action.yml index 26f4497a..a834aa8b 100644 --- a/action.yml +++ b/action.yml @@ -195,6 +195,12 @@ inputs: description: Maximum number of entries to display per section default: 2 + # Number of entries to display in characters section + # Set to 0 to disable limitations + plugin_anilist_limit_characters: + description: Maximum number of entries to display in characters section + default: 22 + # Shuffle AniList data for varied outputs plugin_anilist_shuffle: description: Shuffle AniList data @@ -297,6 +303,11 @@ inputs: description: Additional details default: "" + # Minimum threshold (in percentage) to reach for languages to be displayed + plugin_languages_threshold: + description: Minimum threshold + default: 0% + # ==================================================================================== # 👨‍💻 Lines of code changed