Fix path variable name
This commit is contained in:
+1
-1
@@ -23935,7 +23935,7 @@ const dependency_submission_toolkit_1 = __nccwpck_require__(9810);
|
||||
const componentDetection_1 = __importDefault(__nccwpck_require__(4878));
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
let manifests = yield componentDetection_1.default.scanAndGetManifests(core.getInput('path'));
|
||||
let manifests = yield componentDetection_1.default.scanAndGetManifests(core.getInput('filePath'));
|
||||
let snapshot = new dependency_submission_toolkit_1.Snapshot({
|
||||
name: "Component Detection",
|
||||
version: "0.0.1",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user