18 lines
445 B
YAML
18 lines
445 B
YAML
- 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
|