16 lines
411 B
YAML
Generated
16 lines
411 B
YAML
Generated
- name: 📆 Commit calendar - Current year calendar
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
plugin_calendar: 'yes'
|
|
use_mocked_data: 'yes'
|
|
verify: 'yes'
|
|
- name: 📆 Commit calendar - Full history calendar
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
plugin_calendar: 'yes'
|
|
plugin_calendar_limit: 0
|
|
use_mocked_data: 'yes'
|
|
verify: 'yes'
|