We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441aabb commit 7e1efb7Copy full SHA for 7e1efb7
.github/actions/find/bootstrap.js
@@ -55,7 +55,7 @@ await (async () => {
55
process.exit(1)
56
}
57
// Run the main script.
58
- core.info('Running file Action index.js...')
+ core.info('Running find Action index.js...')
59
const action = await import('./dist/index.js')
60
await action.default()
61
0 commit comments