Skip to content

Commit 7e1efb7

Browse files
committed
undo typo
1 parent 441aabb commit 7e1efb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/find/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ await (async () => {
5555
process.exit(1)
5656
}
5757
// Run the main script.
58-
core.info('Running file Action index.js...')
58+
core.info('Running find Action index.js...')
5959
const action = await import('./dist/index.js')
6060
await action.default()
6161
}

0 commit comments

Comments
 (0)