|
|
@ -29,7 +29,7 @@ jobs:
|
|
|
|
user: sgoudham
|
|
|
|
user: sgoudham
|
|
|
|
template: classic
|
|
|
|
template: classic
|
|
|
|
|
|
|
|
|
|
|
|
- name: 📊 Organization introduction
|
|
|
|
- name: 📊 Introduction
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
filename: introduction.svg
|
|
|
|
filename: introduction.svg
|
|
|
@ -38,6 +38,14 @@ jobs:
|
|
|
|
base: header
|
|
|
|
base: header
|
|
|
|
plugin_introduction: yes
|
|
|
|
plugin_introduction: yes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Lines of code changed
|
|
|
|
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
filename: lines-changed.svg
|
|
|
|
|
|
|
|
token: ${{ secrets.METRICS_TOKEN }}
|
|
|
|
|
|
|
|
base: repositories
|
|
|
|
|
|
|
|
plugin_lines: yes
|
|
|
|
|
|
|
|
|
|
|
|
- name: 📊 Recently used
|
|
|
|
- name: 📊 Recently used
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
uses: lowlighter/metrics@latest
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|