Skip to content

Commit

Permalink
feat: add file_colors to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-visualizer committed Mar 30, 2022
1 parent 5b3db8f commit 9d29231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ inputs:
description: "If given, the name of an artifact to be created containing the diagram. Default: don't create an artifact."
required: false
default: ''
file_colors:
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)."
required: false
default: "{}"
outputs:
svg:
description: "The diagram contents as text"
Expand Down

0 comments on commit 9d29231

Please sign in to comment.