Skip to content

Commit e674ec5

Browse files
committed
Fix path variable name
1 parent a774bdc commit e674ec5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import ComponentDetection from './componentDetection';
1414

1515
async function run() {
16-
let manifests = await ComponentDetection.scanAndGetManifests(core.getInput('path'));
16+
let manifests = await ComponentDetection.scanAndGetManifests(core.getInput('filePath'));
1717

1818
let snapshot = new Snapshot({
1919
name: "Component Detection",

0 commit comments

Comments
 (0)