Skip to content

Commit c1f4a33

Browse files
committed
refactor: change input name
1 parent 6293f4b commit c1f4a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-packages/check-public-api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function compareApisAndLog(
103103
allExportedTypes: ExportedObject[]
104104
): boolean {
105105
let setsAreEqual = true;
106-
const ignoredPathPattern = getInput('ignored_path_patterns');
106+
const ignoredPathPattern = getInput('ignored_path_pattern');
107107

108108
allExportedTypes.forEach(exportedType => {
109109
const normalizedPath = getPathWithPosixSeparator(exportedType.path);

0 commit comments

Comments
 (0)