@nx-tools/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"dependencies": { | ||
@@ -10,0 +10,0 @@ "@actions/core": "1.4.0", |
@@ -21,3 +21,3 @@ "use strict"; | ||
try { | ||
val = core_1.getInput(name, options); | ||
val = core_1.getInput(name.replace(/[ -]/g, '_'), options); | ||
if (!val && (options === null || options === void 0 ? void 0 : options.fallback)) { | ||
@@ -24,0 +24,0 @@ val = options.fallback; |
Sorry, the diff of this file is not supported yet
8642