Skip to content

Commit 6f39ecf

Browse files
committed
v10
1 parent b5e6cee commit 6f39ecf

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

dist/index.js

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

-6
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ export async function run(): Promise<void> {
8080
}
8181
}
8282

83-
if (newComponents.length === 0) {
84-
core.setFailed('No valid components provided to search for.')
85-
86-
return
87-
}
88-
8983
// Step 2: Find the components
9084

9185
const foundComponents: string[] = []

0 commit comments

Comments
 (0)