feat(plugins/calendar): add new plugin (#1013) [skip ci]
This commit is contained in:
16
source/plugins/calendar/examples.yml
Normal file
16
source/plugins/calendar/examples.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- name: Current year calendar
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.calendar.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_calendar: yes
|
||||
|
||||
- name: Full history calendar
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.calendar.full.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_calendar: yes
|
||||
plugin_calendar_limit: 0
|
||||
Reference in New Issue
Block a user