From a9779520caa1becb1c7d0e888705993147da1de8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 6 Apr 2021 20:47:57 +0000
Subject: [PATCH] Auto-regenerate files
---
README.md | 49 ++++++++++++++++++++++++++++++++++++--
action.yml | 11 +++++++++
source/templates/README.md | 1 +
3 files changed, 59 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b83c9009..05cd0109 100644
--- a/README.md
+++ b/README.md
@@ -325,14 +325,24 @@ And you can customize these heavily with plugins, templates and hundreds of opti
| 📙 Terminal |
- 📕 Community templates |
+ 📒 Markdown (🚧 v3.7) |
|
- See documentation 🌍 |
+
+
+ |
+
+
+ | 📕 Community templates |
+
+
+ |
+ | See documentation 🌍 |
+
@@ -748,6 +758,39 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
❌ |
❌ |
+
+ | 📒 Markdown (🚧 v3.7) |
+ ✔️ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ✔️ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+ ❌ |
+
## 🖼️ Templates
@@ -758,6 +801,7 @@ See their respective documentation for more informations about how to setup them
* [📗 Classic](/source/templates/classic/README.md)
* [📘 Repository](/source/templates/repository/README.md)
* [📙 Terminal](/source/templates/terminal/README.md)
+* [📒 Markdown (🚧 v3.7)](/source/templates/markdown/README.md)
* [📕 Community templates](/source/templates/community/README.md)
## 🧩 Plugins
@@ -892,4 +936,5 @@ Copyright (c) 2020-2021 lowlighter
* [jamesgeorge007/github-activity-readme](https://github.com/jamesgeorge007/github-activity-readme)
* [vvo/sourcekarma](https://github.com/vvo/sourcekarma)
* [ryo-ma/github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)
+* [teoxoy/profile-readme-stats](https://github.com/teoxoy/profile-readme-stats)
diff --git a/action.yml b/action.yml
index 7a6c4c20..3dd1695f 100644
--- a/action.yml
+++ b/action.yml
@@ -75,6 +75,17 @@ inputs:
description: Rendered metrics output path
default: github-metrics.svg
+ # Rendered markdown output path (when using a markdown template)
+ # It can be either a local path or a link (e.g. raw.githubusercontent.com)
+ markdown:
+ description: Rendered markdown output path
+ default: TEMPLATE.md
+
+ # Rendered markdown file cache (when using a markdown template)
+ markdown_cache:
+ description: Rendered markdown file cache
+ default: .cache
+
# Output action
output_action:
description: Output action
diff --git a/source/templates/README.md b/source/templates/README.md
index 39ec53cb..b283157f 100644
--- a/source/templates/README.md
+++ b/source/templates/README.md
@@ -6,4 +6,5 @@ See their respective documentation for more informations about how to setup them
* [📗 Classic](/source/templates/classic/README.md)
* [📘 Repository](/source/templates/repository/README.md)
* [📙 Terminal](/source/templates/terminal/README.md)
+* [📒 Markdown (🚧 v3.7)](/source/templates/markdown/README.md)
* [📕 Community templates](/source/templates/community/README.md)