docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
16
source/plugins/isocalendar/examples.yml
Normal file
16
source/plugins/isocalendar/examples.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user