Fix path variable name

This commit is contained in:
Justin Hutchings
2023-01-22 07:42:01 +00:00
parent a774bdcc92
commit e674ec5ee3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import {
import ComponentDetection from './componentDetection';
async function run() {
let manifests = await ComponentDetection.scanAndGetManifests(core.getInput('path'));
let manifests = await ComponentDetection.scanAndGetManifests(core.getInput('filePath'));
let snapshot = new Snapshot({
name: "Component Detection",