Skip to content

Commit

Permalink
Change to imperative-style commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
elitejake authored Apr 11, 2022
1 parent df8fb4a commit 44c91c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const main = async () => {
const maxDepth = core.getInput("max_depth") || 9
const customFileColors = JSON.parse(core.getInput("file_colors") || '{}');
const colorEncoding = core.getInput("color_encoding") || "type"
const commitMessage = core.getInput("commit_message") || "Repo visualizer: updated diagram"
const commitMessage = core.getInput("commit_message") || "Repo visualizer: update diagram"
const excludedPathsString = core.getInput("excluded_paths") || "node_modules,bower_components,dist,out,build,eject,.next,.netlify,.yarn,.git,.vscode,package-lock.json,yarn.lock"
const excludedPaths = excludedPathsString.split(",").map(str => str.trim())

Expand Down

0 comments on commit 44c91c8

Please sign in to comment.