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 c90f032 commit b11387dCopy full SHA for b11387d
src/postGithubComments.ts
@@ -6,7 +6,7 @@ import pu = require("./utils/packageUtils");
6
7
const { argv } = process;
8
9
-if (argv.length !== 9) {
+if (argv.length !== 10) {
10
console.error(`Usage: ${path.basename(argv[0])} ${path.basename(argv[1])} <user_to_tag> <pr_number> <comment_number> <distinct_id> <is_top_repos_run> <result_dir_path> <artifacts_uri> <post_result>`);
11
process.exit(-1);
12
}
0 commit comments