16 lines
488 B
YAML
16 lines
488 B
YAML
- name: WakaTime plugin (default)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_wakatime_token: MOCKED_TOKEN
|
|
plugin_wakatime: yes
|
|
|
|
- name: WakaTime plugin (complete)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: NOT_NEEDED
|
|
plugin_wakatime_token: MOCKED_TOKEN
|
|
plugin_wakatime: yes
|
|
plugin_wakatime_limit: 4
|
|
plugin_wakatime_sections: time, projects, projects-graphs, languages, languages-graphs, editors, editors-graphs, os, os-graphs
|