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