We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62f1dd commit 2ad7e19Copy full SHA for 2ad7e19
src/hooks/comment-checker/index.ts
@@ -28,7 +28,7 @@ export function createCommentCheckerHooks() {
28
return
29
}
30
31
- const filePath = (output.args.filePath ?? output.args.file_path) as string | undefined
+ const filePath = (output.args.filePath ?? output.args.file_path ?? output.args.path) as string | undefined
32
const content = output.args.content as string | undefined
33
34
if (!filePath) {
0 commit comments