From 430b29e531824b8e6ad198d26dcf8caf7dd3443e Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 19 May 2022 19:31:35 -0700 Subject: [PATCH] Update metrics.yml --- .github/workflows/metrics.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index aaa26ca..e274410 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -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: