From b936c62329b95dc15901aa0aeb8e622c9d21ba84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:14:17 +0000 Subject: [PATCH] ci: auto-regenerate files --- README.md | 2 +- action.yml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e757dbbd..d7fbcc98 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 **208 options** +* Create infographics from **36 plugins**, **4 templates** and **209 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 40c4b309..4f104ef2 100644 --- a/action.yml +++ b/action.yml @@ -959,7 +959,7 @@ inputs: # Music provider token # This may be required depending on music provider used and plugin mode # - "apple" : not required - # - "spotify" : required for "recent" mode, format is "client_id, client_secret, refresh_token" + # - "spotify" : required for "recent" or "top" mode, format is "client_id, client_secret, refresh_token" # - "lastfm" : required, format is "api_key" plugin_music_token: description: Music provider personal token @@ -985,6 +985,16 @@ inputs: description: Display when the track was played default: no + # Time range for "top" mode + plugin_music_time_range: + description: Time period for top mode + default: short + + # Option for "top" mode to select tracks or artists + plugin_music_top_type: + description: Whether to show tracks or artists in top mode + default: tracks + # Username on music provider service plugin_music_user: description: Music provider username