Skip to content

Commit 2dea7f0

Browse files
author
Amelia Wattenberger
authoredApr 11, 2022
Merge pull request #46 from elitejake/patch-1
Change to imperative-style commit message
2 parents df8fb4a + 44c91c8 commit 2dea7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const main = async () => {
2727
const maxDepth = core.getInput("max_depth") || 9
2828
const customFileColors = JSON.parse(core.getInput("file_colors") || '{}');
2929
const colorEncoding = core.getInput("color_encoding") || "type"
30-
const commitMessage = core.getInput("commit_message") || "Repo visualizer: updated diagram"
30+
const commitMessage = core.getInput("commit_message") || "Repo visualizer: update diagram"
3131
const excludedPathsString = core.getInput("excluded_paths") || "node_modules,bower_components,dist,out,build,eject,.next,.netlify,.yarn,.git,.vscode,package-lock.json,yarn.lock"
3232
const excludedPaths = excludedPathsString.split(",").map(str => str.trim())
3333

0 commit comments

Comments
 (0)