From 6d58afc9ec99a36129023ade655ea8243d7f3314 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 11 May 2021 13:06:25 +0200 Subject: [PATCH] Update description --- package.json | 2 +- source/app/action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41b63492..41205534 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "metrics", "version": "3.9.0-beta", - "description": "An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !", + "description": "An infographics generator with 30+ plugins and 100+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!", "main": "index.mjs", "scripts": { "start": "node source/app/web/index.mjs", diff --git a/source/app/action/action.yml b/source/app/action/action.yml index 9d5140bc..f8767235 100644 --- a/source/app/action/action.yml +++ b/source/app/action/action.yml @@ -14,7 +14,7 @@ inputs: # Action metadata name: GitHub metrics as SVG image author: lowlighter -description: An SVG generator with 20+ metrics about your GitHub account! Additional plugins are available to display even more! +description: An infographics generator with 30+ plugins and 100+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON! branding: icon: user-check color: gray-dark