63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
- name: Anilist plugin (default)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
|
|
- name: Anilist plugin (manga only)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_medias: manga
|
|
|
|
- name: Anilist plugin (anime only)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_medias: anime
|
|
|
|
- name: Anilist plugin (favorites section)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_sections: favorites
|
|
|
|
- name: Anilist plugin (watching/reading section)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_sections: watching, reading
|
|
|
|
- name: Anilist plugin (characters section)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_sections: characters
|
|
|
|
- name: Anilist plugin (additional options)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_limit: 0
|
|
plugin_anilist_limit_characters: 10
|
|
plugin_anilist_shuffle: no
|
|
plugin_anilist_user: user
|
|
|
|
- name: Anilist plugin (complete)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_anilist: yes
|
|
plugin_anilist_medias: manga, anime
|
|
plugin_anilist_sections: favorites, watching, reading, characters
|
|
plugin_anilist_limit: 0
|
|
plugin_anilist_limit_characters: 22
|
|
plugin_anilist_shuffle: no
|
|
plugin_anilist_user: user
|