From 336b0d069235511a0b41562093606b9669aa02e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=87=AA=E7=94=B1=E7=9A=84=E4=B8=96=E7=95=8C=E4=BA=BA?= <3196812536@qq.com> Date: Sun, 20 Oct 2024 13:48:50 +0800 Subject: [PATCH] Update metrics_renders.yml --- .github/workflows/metrics_renders.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/metrics_renders.yml b/.github/workflows/metrics_renders.yml index f6465c5..cf488a2 100644 --- a/.github/workflows/metrics_renders.yml +++ b/.github/workflows/metrics_renders.yml @@ -53,7 +53,7 @@ jobs: plugin_people: yes plugin_people_limit: 24 plugin_people_size: 28 - plugin_people_types: members,followers + plugin_people_types: members, followers - name: Activity uses: lowlighter/metrics@latest @@ -70,6 +70,18 @@ jobs: plugin_activity_load: 300 plugin_activity_visibility: all + - name: Crypto Metrics + uses: lowlighter/metrics@latest + with: + filename: metrics.plugin.crypto.svg + token: NOT_NEEDED + base: "" + plugin_crypto: yes + plugin_crypto_id: handsomeLBC + plugin_crypto_vs_currency: usd + plugin_crypto_days: 1 + plugin_crypto_precision: 2 + - name: Checkout repository uses: actions/checkout@v4