diff --git a/action.yml b/action.yml index be6e71a8..879002f3 100644 --- a/action.yml +++ b/action.yml @@ -283,7 +283,7 @@ inputs: description: Repositories to skip default: "" - # Overrides + # 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 @@ -292,6 +292,11 @@ inputs: description: Custom languages colors default: github + # Languages additional details + plugin_languages_details: + description: null + default: "" + # ==================================================================================== # 👨‍💻 Lines of code changed