8000 feat: add file_colors to action.yml · githubocto/repo-visualizer@9d29231 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d29231

Browse files
author
repo-visualizer
committed
feat: add file_colors to action.yml
1 parent 5b3db8f commit 9d29231

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ inputs:
3131
description: "If given, the name of an artifact to be created containing the diagram. Default: don't create an artifact."
3232
required: false
3333
default: ''
34+
file_colors:
35+
description: "You can customize the colors for specific file extensions. Key/value pairs will extend the [default colors](https://github.com/githubocto/repo-visualizer/pull/src/language-colors.json)."
36+
required: false
37+
default: "{}"
3438
outputs:
3539
svg:
3640
description: "The diagram contents as text"

0 commit comments

Comments
 (0)
0