We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df8fb4a + 44c91c8 commit 2dea7f0Copy full SHA for 2dea7f0
src/index.jsx
@@ -27,7 +27,7 @@ const main = async () => {
27
const maxDepth = core.getInput("max_depth") || 9
28
const customFileColors = JSON.parse(core.getInput("file_colors") || '{}');
29
const colorEncoding = core.getInput("color_encoding") || "type"
30
- const commitMessage = core.getInput("commit_message") || "Repo visualizer: updated diagram"
+ const commitMessage = core.getInput("commit_message") || "Repo visualizer: update diagram"
31
const excludedPathsString = core.getInput("excluded_paths") || "node_modules,bower_components,dist,out,build,eject,.next,.netlify,.yarn,.git,.vscode,package-lock.json,yarn.lock"
32
const excludedPaths = excludedPathsString.split(",").map(str => str.trim())
33
0 commit comments