Skip to content

Commit 816019c

Browse files
committed
fix: verify command
1 parent c9bc13a commit 816019c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/post_run/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/run/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function runLint(binPath: string, patchPath: string): Promise<void> {
5252
}
5353

5454
if (core.getBooleanInput(`verify`, { required: true })) {
55-
const res = await execShellCommand(`${binPath} verify`)
55+
const res = await execShellCommand(`${binPath} config verify`)
5656
printOutput(res)
5757
}
5858

0 commit comments

Comments
 (0)