docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
21
source/plugins/habits/examples.yml
Normal file
21
source/plugins/habits/examples.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
- name: Midly interesting facts
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.habits.facts.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_habits: yes
|
||||
plugin_habits_facts: yes
|
||||
plugin_habits_charts: no
|
||||
config_timezone: Europe/Paris
|
||||
|
||||
- name: Recent activity charts
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.habits.charts.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_habits: yes
|
||||
plugin_habits_facts: no
|
||||
plugin_habits_charts: yes
|
||||
config_timezone: Europe/Paris
|
||||
Reference in New Issue
Block a user