Update metrics.yml

main
Hamothy 2 years ago committed by GitHub
parent 8098f484d8
commit 172494ecce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,16 +32,16 @@ jobs:
- name: 📊 Organization introduction
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.introduction.svg
filename: introduction
token: ${{ secrets.METRICS_TOKEN }}
user: github
user: sgoudham
base: header
plugin_introduction: yes
- name: 📊 Recently used
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.languages.recent.svg
filename: most-used-langs.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_languages: yes
@ -60,7 +60,7 @@ jobs:
- name: 📊 Recent activity
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.activity.svg
filename: recent-activity.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_activity: yes
@ -70,13 +70,13 @@ jobs:
plugin_activity_load: 300
plugin_activity_visibility: public
- name: Compact display
- name: 📊 Achivevements
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.achievements.compact.svg
filename: achievements.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_achievements: yeS
plugin_achievements_display: compact
plugin_achievements_secrets: yes
plugin_achievements_threshold: c
plugin_achievements_threshold: C

Loading…
Cancel
Save