From 401d7c4bb5c657081e7812bf468338afd451e50d Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Sat, 23 Jan 2021 14:44:01 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae73f56c..cf00189d 100644 --- a/README.md +++ b/README.md @@ -564,7 +564,7 @@ The default template is `classic`. ✔️ ✔️ ✔️ - ✔️ + ✔️N ✔️N ✔️ ✔️ @@ -577,7 +577,7 @@ The default template is `classic`. ✔️ ✔️ ✔️ - ✔️ + ✔️N ✔️ @@ -598,7 +598,7 @@ The default template is `classic`. ❌ ❌ ❌ - ✔️ + ✔️N ❌ @@ -1004,6 +1004,8 @@ With your `client_id`, `client_secret` and `refresh_token` you can finish the pl
Last.fm + 🚧 This feature is available as pre-release on @master branch (unstable) + Obtain a Last.fm API key. To do so, you can simply [create an API account](https://www.last.fm/api/account/create) or [use an existing one](https://www.last.fm/api/accounts). @@ -1067,7 +1069,7 @@ It is possible to use custom colors for languages if those provided by GitHub do You can specify either an index with a color, or a language name (case insensitive) with a color. Colors can be either in hexadecimal format or a [named color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value). -Use the special value `rainbow` to use rainbow colors. Use `complementary` to use [complementary colors](https://en.wikipedia.org/wiki/Complementary_colors). +Use the special value `rainbow` to use rainbow colors.
@@ -1189,6 +1191,17 @@ Add the following to your workflow: plugin_projects_repositories: :user/:repository1/projects/:project_id, :user/:repository2/projects/:project_id, ... ``` + 🚧 This feature is available as pre-release on @master branch (unstable) + +It is also possible to display projects descriptions by adding the following to your workflow: +```yaml +- uses: lowlighter/metrics@master + with: + # ... other options + plugin_projects: yes + plugin_projects_descriptions: yes +``` + ### 👨‍💻 Lines