17 lines
443 B
YAML
17 lines
443 B
YAML
- name: Half-year calendar
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.isocalendar.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_isocalendar: yes
|
|
|
|
- name: Full-year calendar
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.isocalendar.fullyear.svg
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
base: ""
|
|
plugin_isocalendar: yes
|
|
plugin_isocalendar_duration: full-year
|