From ba8e9715797c05c5b0a3e3d7d4cc2d94b3bb99e0 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:17:12 -0400 Subject: [PATCH] ci: update examples.yml --- .github/workflows/examples.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 91c96114..62456567 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -234,14 +234,14 @@ jobs: user: lowlighter plugins_errors_fatal: yes if: ${{ success() || failure() }} - - name: ✨ Stargazers - Using chartist charts + - name: ✨ Stargazers - Using graph charts uses: lowlighter/metrics@master with: - filename: metrics.plugin.stargazers.chartist.svg + filename: metrics.plugin.stargazers.graph.svg token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_stargazers: yes - plugin_stargazers_charts_type: chartist + plugin_stargazers_charts_type: graph output_action: none delay: 120 user: lowlighter