docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
18
source/plugins/topics/examples.yml
Normal file
18
source/plugins/topics/examples.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
- name: Labels
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.topics.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_topics: yes
|
||||
plugin_topics_limit: 12
|
||||
|
||||
- name: Icons
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.topics.icons.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_topics: yes
|
||||
plugin_topics_limit: 0
|
||||
plugin_topics_mode: icons
|
||||
Reference in New Issue
Block a user