ci: auto-regenerate files
This commit is contained in:
@@ -441,7 +441,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
|
|||||||
|
|
||||||
### 🐙 Features
|
### 🐙 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
|
* 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**
|
* Support **users**, **organizations** and even **repositories**
|
||||||
* Transparent by default so it'll blend well whether light or dark mode is used
|
* Transparent by default so it'll blend well whether light or dark mode is used
|
||||||
|
|||||||
12
action.yml
generated
12
action.yml
generated
@@ -959,7 +959,7 @@ inputs:
|
|||||||
# Music provider token
|
# Music provider token
|
||||||
# This may be required depending on music provider used and plugin mode
|
# This may be required depending on music provider used and plugin mode
|
||||||
# - "apple" : not required
|
# - "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"
|
# - "lastfm" : required, format is "api_key"
|
||||||
plugin_music_token:
|
plugin_music_token:
|
||||||
description: Music provider personal token
|
description: Music provider personal token
|
||||||
@@ -985,6 +985,16 @@ inputs:
|
|||||||
description: Display when the track was played
|
description: Display when the track was played
|
||||||
default: no
|
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
|
# Username on music provider service
|
||||||
plugin_music_user:
|
plugin_music_user:
|
||||||
description: Music provider username
|
description: Music provider username
|
||||||
|
|||||||
Reference in New Issue
Block a user