-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
461 lines (461 loc) · 21.1 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
inputs:
DEV:
description: "If the plugin is running in dev mode"
required: false
FILENAME:
description: "The name of the SVG file that will be generated"
required: false
default: "WeeboProfile.svg"
GIST_ID:
description: "The Gist ID where the SVG will be saved"
required: true
GH_TOKEN:
description: "The GitHub Token used to save the SVG"
required: true
SIZE:
description: "The size of the SVG"
required: false
default: "half"
STYLE:
description: "The style of the SVG (default or terminal)"
required: false
default: "default"
STORAGE_METHOD:
description: "The storage method of the SVG"
required: false
default: "gist"
CUSTOM_CSS:
description: "The custom CSS that will be applied to the SVG"
required: false
PLUGINS_ORDER:
description: "The order of the plugins that will be generated"
required: false
default: "github,lastfm,myanimelist"
HIDE_TERMINAL_EMOJIS:
description: "Hide the terminal emojis"
required: false
HIDE_TERMINAL_HEADER:
description: "Hide the terminal header"
required: false
CUSTOM_PATH:
description: "The custom path of the SVG"
required: false
TERMINAL_THEME:
description: "The theme of the terminal"
required: false
default: "default"
DEFAULT_THEME:
description: "The default theme of the SVG"
required: false
default: "default"
# ====================================================================================
# github Plugin
PLUGIN_GITHUB:
description: "Enable github Plugin"
default: "false"
required: false
PLUGIN_GITHUB_USERNAME:
description: "GitHub username | Needed for plugin to work"
required: false
PLUGIN_GITHUB_SECTIONS:
description: "Sections to display in the profile"
required: false
default: ""
PLUGIN_GITHUB_PROFILE_HIDE_TITLE:
description: "Hide the title of the profile section"
required: false
PLUGIN_GITHUB_PROFILE_HIDE_AVATAR:
description: "Hide the avatar of the profile section"
required: false
PLUGIN_GITHUB_PROFILE_TITLE:
description: "Title of the profile section (use <username> to display the username)"
required: false
default: "<username>"
PLUGIN_GITHUB_FAVORITE_LANGUAGES_TITLE:
description: "Title of the favorite languages section"
required: false
default: "<qnt> Languages"
PLUGIN_GITHUB_FAVORITE_LANGUAGES_MAX_LANGUAGES:
description: "Maximum number of languages to display in the favorite languages section"
required: false
default: "4"
PLUGIN_GITHUB_FAVORITE_LANGUAGES_IGNORE_LANGUAGES:
description: "Comma separated list of languages to ignore in the favorite languages section"
required: false
PLUGIN_GITHUB_FAVORITE_LANGUAGES_HIDE_TITLE:
description: "Hide the title of the favorite languages section"
required: false
PLUGIN_GITHUB_FAVORITE_LICENSE_TITLE:
description: "Title of the favorite license section"
required: false
default: "Favorite License"
PLUGIN_GITHUB_FAVORITE_LICENSE_HIDE_TITLE:
description: "Hide the title of the favorite license section"
required: false
PLUGIN_GITHUB_REPOSITORIES_TITLE:
description: "Title of the repositories section"
required: false
PLUGIN_GITHUB_REPOSITORIES_HIDE_TITLE:
description: "Hide the title of the repositories section"
required: false
PLUGIN_GITHUB_REPOSITORIES_USE_PRIVATE:
description: "Show private repositories in the repositories section"
required: false
PLUGIN_GITHUB_ACTIVITY_TITLE:
description: "Title of the activity section"
required: false
default: "Github Activity"
PLUGIN_GITHUB_ACTIVITY_HIDE_TITLE:
description: "Hide the title of the activity section"
required: false
PLUGIN_GITHUB_CALENDAR_TITLE:
description: "Title of the calendar section"
required: false
default: "Contribution Calendar"
PLUGIN_GITHUB_CALENDAR_HIDE_TITLE:
description: "Hide the title of the calendar section"
required: false
PLUGIN_GITHUB_CODE_HABITS_TITLE:
description: "Title of the code habits section"
required: false
default: "Code Habits"
PLUGIN_GITHUB_CODE_HABITS_HIDE_TITLE:
description: "Hide the title of the code habits section"
required: false
PLUGIN_GITHUB_CODE_HABITS_HIDE_LANGUAGES:
description: "Hide the languages of the code habits section"
required: false
PLUGIN_GITHUB_CODE_HABITS_HIDE_STATS:
description: "Hide the stats of the code habits section"
required: false
PLUGIN_GITHUB_CODE_HABITS_HIDE_WEEKDAYS:
description: "Hide the title of the code habits section"
required: false
PLUGIN_GITHUB_CODE_HABITS_HIDE_HOURS:
description: "Hide the hours of the code habits section"
required: false
PLUGIN_GITHUB_CODE_HABITS_HIDE_FOOTER:
description: "Hide the footer of the code habits section"
required: false
# ====================================================================================
# lastfm Plugin
PLUGIN_LASTFM:
description: "Enable lastfm Plugin"
default: "false"
required: false
PLUGIN_LASTFM_USERNAME:
description: "LastFM username | Needed for plugin to work"
required: false
PLUGIN_LASTFM_SECTIONS:
description: "Sections to display in the profile"
required: false
default: ""
PLUGIN_LASTFM_HIDE_INTERVALS:
description: "Hide the intervals of the profile"
required: false
PLUGIN_LASTFM_RECENT_TRACKS_HIDE_TITLE:
description: "Hide the title of the recent tracks section"
required: false
PLUGIN_LASTFM_RECENT_TRACKS_MAX:
description: "Number of recent tracks to display"
required: false
default: "5"
PLUGIN_LASTFM_TOP_ARTISTS_HIDE_TITLE:
description: "Hide the title of the top artists section"
required: false
PLUGIN_LASTFM_TOP_ARTISTS_MAX:
description: "Number of top artists to display"
required: false
default: "5"
PLUGIN_LASTFM_TOP_ALBUMS_HIDE_TITLE:
description: "Hide the title of the top albums section"
required: false
PLUGIN_LASTFM_TOP_ALBUMS_MAX:
description: "Number of top albums to display"
required: false
default: "5"
PLUGIN_LASTFM_TOP_TRACKS_HIDE_TITLE:
description: "Hide the title of the top tracks section"
required: false
PLUGIN_LASTFM_TOP_TRACKS_MAX:
description: "Number of top tracks to display"
required: false
default: "5"
PLUGIN_LASTFM_STATISTICS_HIDE_TITLE:
description: "Hide the title of the statistics section"
required: false
PLUGIN_LASTFM_TOP_TRACKS_TITLE:
description: "Title of the top tracks section"
required: false
default: "Top Tracks"
PLUGIN_LASTFM_TOP_ARTISTS_TITLE:
description: "Title of the top artists section"
required: false
default: "Top Artists"
PLUGIN_LASTFM_TOP_ALBUMS_TITLE:
description: "Title of the top albums section"
required: false
default: "Top Albums"
PLUGIN_LASTFM_RECENT_TRACKS_TITLE:
description: "Title of the recent tracks section"
required: false
default: "Recent Tracks"
PLUGIN_LASTFM_STATISTICS_TITLE:
description: "Title of the statistics section"
required: false
default: "Statistics"
PLUGIN_LASTFM_TOP_ARTISTS_INTERVAL_TEXT:
description: "Interval text for the top artists section"
required: false
PLUGIN_LASTFM_TOP_ALBUMS_INTERVAL_TEXT:
description: "Interval text for the top albums section"
required: false
PLUGIN_LASTFM_TOP_TRACKS_INTERVAL_TEXT:
description: "Interval text for the top tracks section"
required: false
# ====================================================================================
# myanimelist Plugin
PLUGIN_MYANIMELIST:
description: "Enable myanimelist Plugin"
default: "false"
required: false
PLUGIN_MYANIMELIST_USERNAME:
description: "MyAnimeList username | Needed for plugin to work"
required: false
PLUGIN_MYANIMELIST_SECTIONS:
description: "Sections to display in the profile"
required: false
default: ""
PLUGIN_MYANIMELIST_ANIME_FAVORITES_MAX:
description: "Number of anime favorites to display"
required: false
default: "5"
PLUGIN_MYANIMELIST_ANIME_FAVORITES_HIDE_TITLE:
description: "Hide the title of the anime favorites section"
required: false
PLUGIN_MYANIMELIST_ANIME_FAVORITES_TITLE:
description: "Title of the anime favorites section"
required: false
default: "Anime Favorites"
PLUGIN_MYANIMELIST_ANIME_FAVORITES_NO_SUMMARY:
description: "Hide the summary of the anime favorites section"
required: false
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_TITLE:
description: "Title of the character favorites section"
required: false
default: "Character Favorites"
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_MAX:
description: "Number of character favorites to display"
required: false
default: "5"
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_HIDE_TITLE:
description: "Hide the title of the character favorites section"
required: false
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_HIDE_TITLE:
description: "Hide the title of the people favorites section"
required: false
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_TITLE:
description: "Title of the people favorites section"
required: false
default: "People Favorites"
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_MAX:
description: "Number of people favorites to display"
required: false
default: "5"
PLUGIN_MYANIMELIST_MANGA_FAVORITES_TITLE:
description: "Title of the manga favorites section"
required: false
default: "Manga Favorites"
PLUGIN_MYANIMELIST_MANGA_FAVORITES_MAX:
description: "Number of manga favorites to display"
required: false
default: "5"
PLUGIN_MYANIMELIST_MANGA_FAVORITES_NO_SUMMARY:
description: "Hide the summary of the manga favorites section"
required: false
PLUGIN_MYANIMELIST_MANGA_FAVORITES_HIDE_TITLE:
description: "Hide the title of the manga favorites section"
required: false
PLUGIN_MYANIMELIST_STATISTICS_ANIME_TITLE:
description: "Title of the anime statistics section"
required: false
default: "Anime Statistics"
PLUGIN_MYANIMELIST_STATISTICS_MANGA_TITLE:
description: "Title of the manga statistics section"
required: false
default: "Manga Statistics"
PLUGIN_MYANIMELIST_STATISTICS_MEDIA:
description: "Media to display statistics for"
required: false
default: "both"
PLUGIN_MYANIMELIST_STATISTICS_HIDE_TITLE:
description: "Hide the title of the statistics section"
required: false
PLUGIN_MYANIMELIST_ANIME_BAR_TITLE:
description: "Title of the anime statistics section"
required: false
default: "Anime Statistics"
PLUGIN_MYANIMELIST_ANIME_BAR_HIDE_TITLE:
description: "Hide the title of the anime statistics section"
required: false
PLUGIN_MYANIMELIST_MANGA_BAR_TITLE:
description: "Title of the manga statistics section"
required: false
default: "Manga Statistics"
PLUGIN_MYANIMELIST_MANGA_BAR_HIDE_TITLE:
description: "Hide the title of the manga statistics section"
required: false
PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_TITLE:
description: "Title of the simple statistics section"
required: false
default: "Simple Statistics"
PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_HIDE_TITLE:
description: "Hide the title of the simple statistics section"
required: false
PLUGIN_MYANIMELIST_LAST_ACTIVITY_TITLE:
description: "Title of the last activity section"
required: false
default: "Last Activity"
PLUGIN_MYANIMELIST_LAST_ACTIVITY_MAX:
description: "Number of activities to display"
required: false
default: "6"
PLUGIN_MYANIMELIST_LAST_ACTIVITY_HIDE_TITLE:
description: "Hide the title of the last activity section"
required: false
PLUGIN_MYANIMELIST_LAST_ACTIVITY_MEDIA:
description: "Media to display last activity for"
required: false
default: "both"
PLUGIN_MYANIMELIST_FAVORITES_HIDE_OVERLAY:
description: "Hide the overlay in the image with the name or title of the favorites section"
required: false
# ====================================================================================
# 🦀 Action metadata
runs:
using: composite
steps:
- uses: actions/checkout@v2
- name: cloning WeebProfile
run: git clone https://github.com/LucasHenriqueDiniz/WeebProfile.git
shell: bash
env:
GH_TOKEN: ${{ inputs.GH_TOKEN }}
- name: Set Node.js 22
uses: actions/[email protected]
with:
node-version: 22
- name: Install dependencies
working-directory: ./WeebProfile
run: yarn install
shell: bash
- name: Install Xvfb
shell: bash
run: sudo apt-get update && sudo apt-get install -y xvfb
- name: Start Xvfb
shell: bash
run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- name: Run the script
working-directory: ./WeebProfile
shell: bash
run: yarn run action:start
env:
DISPLAY: :99
GITHUB_TOKEN: ${{ inputs.GH_TOKEN }}
GH_TOKEN: ${{ inputs.GH_TOKEN }}
DEV: ${{ inputs.DEV }}
FILENAME: ${{ inputs.FILENAME }}
GIST_ID: ${{ inputs.GIST_ID }}
SIZE: ${{ inputs.SIZE }}
STYLE: ${{ inputs.STYLE }}
STORAGE_METHOD: ${{ inputs.STORAGE_METHOD }}
CUSTOM_CSS: ${{ inputs.CUSTOM_CSS }}
PLUGINS_ORDER: ${{ inputs.PLUGINS_ORDER }}
HIDE_TERMINAL_EMOJIS: ${{ inputs.HIDE_TERMINAL_EMOJIS }}
HIDE_TERMINAL_HEADER: ${{ inputs.HIDE_TERMINAL_HEADER }}
CUSTOM_PATH: ${{ inputs.CUSTOM_PATH }}
TERMINAL_THEME: ${{ inputs.TERMINAL_THEME }}
DEFAULT_THEME: ${{ inputs.DEFAULT_THEME }}
# ====================================================================================
PLUGIN_GITHUB: ${{ inputs.PLUGIN_GITHUB }}
PLUGIN_GITHUB_PLUGIN_ENABLED: ${{ inputs.PLUGIN_GITHUB_PLUGIN_ENABLED }}
PLUGIN_GITHUB_USERNAME: ${{ inputs.PLUGIN_GITHUB_USERNAME }}
PLUGIN_GITHUB_SECTIONS: ${{ inputs.PLUGIN_GITHUB_SECTIONS }}
PLUGIN_GITHUB_PROFILE_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_PROFILE_HIDE_TITLE }}
PLUGIN_GITHUB_PROFILE_HIDE_AVATAR: ${{ inputs.PLUGIN_GITHUB_PROFILE_HIDE_AVATAR }}
PLUGIN_GITHUB_PROFILE_TITLE: ${{ inputs.PLUGIN_GITHUB_PROFILE_TITLE }}
PLUGIN_GITHUB_FAVORITE_LANGUAGES_TITLE: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LANGUAGES_TITLE }}
PLUGIN_GITHUB_FAVORITE_LANGUAGES_MAX_LANGUAGES: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LANGUAGES_MAX_LANGUAGES }}
PLUGIN_GITHUB_FAVORITE_LANGUAGES_IGNORE_LANGUAGES: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LANGUAGES_IGNORE_LANGUAGES }}
PLUGIN_GITHUB_FAVORITE_LANGUAGES_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LANGUAGES_HIDE_TITLE }}
PLUGIN_GITHUB_FAVORITE_LICENSE_TITLE: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LICENSE_TITLE }}
PLUGIN_GITHUB_FAVORITE_LICENSE_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_FAVORITE_LICENSE_HIDE_TITLE }}
PLUGIN_GITHUB_REPOSITORIES_TITLE: ${{ inputs.PLUGIN_GITHUB_REPOSITORIES_TITLE }}
PLUGIN_GITHUB_REPOSITORIES_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_REPOSITORIES_HIDE_TITLE }}
PLUGIN_GITHUB_REPOSITORIES_USE_PRIVATE: ${{ inputs.PLUGIN_GITHUB_REPOSITORIES_USE_PRIVATE }}
PLUGIN_GITHUB_ACTIVITY_TITLE: ${{ inputs.PLUGIN_GITHUB_ACTIVITY_TITLE }}
PLUGIN_GITHUB_ACTIVITY_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_ACTIVITY_HIDE_TITLE }}
PLUGIN_GITHUB_CALENDAR_TITLE: ${{ inputs.PLUGIN_GITHUB_CALENDAR_TITLE }}
PLUGIN_GITHUB_CALENDAR_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_CALENDAR_HIDE_TITLE }}
PLUGIN_GITHUB_CODE_HABITS_TITLE: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_TITLE }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_TITLE: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_TITLE }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_LANGUAGES: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_LANGUAGES }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_STATS: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_STATS }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_WEEKDAYS: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_WEEKDAYS }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_HOURS: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_HOURS }}
PLUGIN_GITHUB_CODE_HABITS_HIDE_FOOTER: ${{ inputs.PLUGIN_GITHUB_CODE_HABITS_HIDE_FOOTER }}
PLUGIN_LASTFM: ${{ inputs.PLUGIN_LASTFM }}
PLUGIN_LASTFM_PLUGIN_ENABLED: ${{ inputs.PLUGIN_LASTFM_PLUGIN_ENABLED }}
PLUGIN_LASTFM_USERNAME: ${{ inputs.PLUGIN_LASTFM_USERNAME }}
PLUGIN_LASTFM_SECTIONS: ${{ inputs.PLUGIN_LASTFM_SECTIONS }}
PLUGIN_LASTFM_HIDE_INTERVALS: ${{ inputs.PLUGIN_LASTFM_HIDE_INTERVALS }}
PLUGIN_LASTFM_RECENT_TRACKS_HIDE_TITLE: ${{ inputs.PLUGIN_LASTFM_RECENT_TRACKS_HIDE_TITLE }}
PLUGIN_LASTFM_RECENT_TRACKS_MAX: ${{ inputs.PLUGIN_LASTFM_RECENT_TRACKS_MAX }}
PLUGIN_LASTFM_TOP_ARTISTS_HIDE_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_ARTISTS_HIDE_TITLE }}
PLUGIN_LASTFM_TOP_ARTISTS_MAX: ${{ inputs.PLUGIN_LASTFM_TOP_ARTISTS_MAX }}
PLUGIN_LASTFM_TOP_ALBUMS_HIDE_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_ALBUMS_HIDE_TITLE }}
PLUGIN_LASTFM_TOP_ALBUMS_MAX: ${{ inputs.PLUGIN_LASTFM_TOP_ALBUMS_MAX }}
PLUGIN_LASTFM_TOP_TRACKS_HIDE_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_TRACKS_HIDE_TITLE }}
PLUGIN_LASTFM_TOP_TRACKS_MAX: ${{ inputs.PLUGIN_LASTFM_TOP_TRACKS_MAX }}
PLUGIN_LASTFM_STATISTICS_HIDE_TITLE: ${{ inputs.PLUGIN_LASTFM_STATISTICS_HIDE_TITLE }}
PLUGIN_LASTFM_TOP_TRACKS_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_TRACKS_TITLE }}
PLUGIN_LASTFM_TOP_ARTISTS_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_ARTISTS_TITLE }}
PLUGIN_LASTFM_TOP_ALBUMS_TITLE: ${{ inputs.PLUGIN_LASTFM_TOP_ALBUMS_TITLE }}
PLUGIN_LASTFM_RECENT_TRACKS_TITLE: ${{ inputs.PLUGIN_LASTFM_RECENT_TRACKS_TITLE }}
PLUGIN_LASTFM_STATISTICS_TITLE: ${{ inputs.PLUGIN_LASTFM_STATISTICS_TITLE }}
PLUGIN_LASTFM_TOP_ARTISTS_INTERVAL_TEXT: ${{ inputs.PLUGIN_LASTFM_TOP_ARTISTS_INTERVAL_TEXT }}
PLUGIN_LASTFM_TOP_ALBUMS_INTERVAL_TEXT: ${{ inputs.PLUGIN_LASTFM_TOP_ALBUMS_INTERVAL_TEXT }}
PLUGIN_LASTFM_TOP_TRACKS_INTERVAL_TEXT: ${{ inputs.PLUGIN_LASTFM_TOP_TRACKS_INTERVAL_TEXT }}
PLUGIN_MYANIMELIST: ${{ inputs.PLUGIN_MYANIMELIST }}
PLUGIN_MYANIMELIST_PLUGIN_ENABLED: ${{ inputs.PLUGIN_MYANIMELIST_PLUGIN_ENABLED }}
PLUGIN_MYANIMELIST_USERNAME: ${{ inputs.PLUGIN_MYANIMELIST_USERNAME }}
PLUGIN_MYANIMELIST_SECTIONS: ${{ inputs.PLUGIN_MYANIMELIST_SECTIONS }}
PLUGIN_MYANIMELIST_ANIME_FAVORITES_MAX: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_FAVORITES_MAX }}
PLUGIN_MYANIMELIST_ANIME_FAVORITES_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_FAVORITES_HIDE_TITLE }}
PLUGIN_MYANIMELIST_ANIME_FAVORITES_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_FAVORITES_TITLE }}
PLUGIN_MYANIMELIST_ANIME_FAVORITES_NO_SUMMARY: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_FAVORITES_NO_SUMMARY }}
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_TITLE }}
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_MAX: ${{ inputs.PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_MAX }}
PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_CHARACTER_FAVORITES_HIDE_TITLE }}
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_HIDE_TITLE }}
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_TITLE }}
PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_MAX: ${{ inputs.PLUGIN_MYANIMELIST_PEOPLE_FAVORITES_MAX }}
PLUGIN_MYANIMELIST_MANGA_FAVORITES_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_FAVORITES_TITLE }}
PLUGIN_MYANIMELIST_MANGA_FAVORITES_MAX: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_FAVORITES_MAX }}
PLUGIN_MYANIMELIST_MANGA_FAVORITES_NO_SUMMARY: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_FAVORITES_NO_SUMMARY }}
PLUGIN_MYANIMELIST_MANGA_FAVORITES_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_FAVORITES_HIDE_TITLE }}
PLUGIN_MYANIMELIST_STATISTICS_ANIME_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_ANIME_TITLE }}
PLUGIN_MYANIMELIST_STATISTICS_MANGA_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_MANGA_TITLE }}
PLUGIN_MYANIMELIST_STATISTICS_MEDIA: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_MEDIA }}
PLUGIN_MYANIMELIST_STATISTICS_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_HIDE_TITLE }}
PLUGIN_MYANIMELIST_ANIME_BAR_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_BAR_TITLE }}
PLUGIN_MYANIMELIST_ANIME_BAR_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_ANIME_BAR_HIDE_TITLE }}
PLUGIN_MYANIMELIST_MANGA_BAR_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_BAR_TITLE }}
PLUGIN_MYANIMELIST_MANGA_BAR_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_MANGA_BAR_HIDE_TITLE }}
PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_TITLE }}
PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_STATISTICS_SIMPLE_HIDE_TITLE }}
PLUGIN_MYANIMELIST_LAST_ACTIVITY_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_LAST_ACTIVITY_TITLE }}
PLUGIN_MYANIMELIST_LAST_ACTIVITY_MAX: ${{ inputs.PLUGIN_MYANIMELIST_LAST_ACTIVITY_MAX }}
PLUGIN_MYANIMELIST_LAST_ACTIVITY_HIDE_TITLE: ${{ inputs.PLUGIN_MYANIMELIST_LAST_ACTIVITY_HIDE_TITLE }}
PLUGIN_MYANIMELIST_LAST_ACTIVITY_MEDIA: ${{ inputs.PLUGIN_MYANIMELIST_LAST_ACTIVITY_MEDIA }}
PLUGIN_MYANIMELIST_FAVORITES_HIDE_OVERLAY: ${{ inputs.PLUGIN_MYANIMELIST_FAVORITES_HIDE_OVERLAY }}