|
| 1 | +- name: Anilist plugin (default) |
| 2 | + uses: lowlighter/metrics@latest |
| 3 | + with: |
| 4 | + token: NOT_NEEDED |
| 5 | + plugin_anilist: yes |
| 6 | + |
| 7 | +- name: Anilist plugin (manga only) |
| 8 | + uses: lowlighter/metrics@latest |
| 9 | + with: |
| 10 | + token: NOT_NEEDED |
| 11 | + plugin_anilist: yes |
| 12 | + plugin_anilist_medias: manga |
| 13 | + |
| 14 | +- name: Anilist plugin (anime only) |
| 15 | + uses: lowlighter/metrics@latest |
| 16 | + with: |
| 17 | + token: NOT_NEEDED |
| 18 | + plugin_anilist: yes |
| 19 | + plugin_anilist_medias: anime |
| 20 | + |
| 21 | +- name: Anilist plugin (favorites section) |
| 22 | + uses: lowlighter/metrics@latest |
| 23 | + with: |
| 24 | + token: NOT_NEEDED |
| 25 | + plugin_anilist: yes |
| 26 | + plugin_anilist_sections: favorites |
| 27 | + |
| 28 | +- name: Anilist plugin (watching/reading section) |
| 29 | + uses: lowlighter/metrics@latest |
| 30 | + with: |
| 31 | + token: NOT_NEEDED |
| 32 | + plugin_anilist: yes |
| 33 | + plugin_anilist_sections: watching, reading |
| 34 | + |
| 35 | +- name: Anilist plugin (characters section) |
| 36 | + uses: lowlighter/metrics@latest |
| 37 | + with: |
| 38 | + token: NOT_NEEDED |
| 39 | + plugin_anilist: yes |
| 40 | + plugin_anilist_sections: characters |
| 41 | + |
| 42 | +- name: Anilist plugin (additional options) |
| 43 | + uses: lowlighter/metrics@latest |
| 44 | + with: |
| 45 | + token: NOT_NEEDED |
| 46 | + plugin_anilist: yes |
| 47 | + plugin_anilist_limit: 0 |
| 48 | + plugin_anilist_shuffle: no |
| 49 | + plugin_anilist_user: user |
| 50 | + |
| 51 | +- name: Anilist plugin (complete) |
| 52 | + uses: lowlighter/metrics@latest |
| 53 | + with: |
| 54 | + token: NOT_NEEDED |
| 55 | + plugin_anilist: yes |
| 56 | + plugin_anilist_medias: manga, anime |
| 57 | + plugin_anilist_sections: favorites, watching, reading, characters |
| 58 | + plugin_anilist_limit: 0 |
| 59 | + plugin_anilist_shuffle: no |
| 60 | + plugin_anilist_user: user |
0 commit comments