Update metrics.yml

main
Hamothy 2 years ago committed by GitHub
parent 70fa7cf6e4
commit 430b29e531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ jobs:
user: sgoudham
template: classic
- name: 📊 Organization introduction
- name: 📊 Introduction
uses: lowlighter/metrics@latest
with:
filename: introduction.svg
@ -38,6 +38,14 @@ jobs:
base: header
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
uses: lowlighter/metrics@latest
with:

Loading…
Cancel
Save