Skip to content

Commit

Permalink
Bump npm dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moulard <[email protected]>
  • Loading branch information
Thomas Moulard committed Apr 1, 2020
1 parent 3d2926b commit 8d183bd
Show file tree
Hide file tree
Showing 3 changed files with 3,803 additions and 3,107 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ function run() {
console.log(`##[add-matcher]${path.join(matchersPath, "ament_flake8.json")}`);
// linterTool is the executable name to invoke
// linterToolDashes is the name with only dashes used for debian package name composition
const linterTool = core.getInput("linter").replace("-","_");
const linterToolDashes = linterTool.replace("_", "-")
const linterTool = core.getInput("linter").replace("-", "_");
const linterToolDashes = linterTool.replace("_", "-");
const packageName = core.getInput("package-name", { required: true });
const packageNameList = packageName.split(RegExp("\\s"));
const rosDistribution = core.getInput("distribution");
Expand Down
Loading

0 comments on commit 8d183bd

Please sign in to comment.