docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
17
source/plugins/notable/examples.yml
Normal file
17
source/plugins/notable/examples.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
- name: Contributions
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.notable.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_notable: yes
|
||||
|
||||
- name: Indepth analysis
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.notable.indepth.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_notable: yes
|
||||
plugin_notable_indepth: yes
|
||||
plugin_notable_repositories: yes
|
||||
Reference in New Issue
Block a user