Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4fd07c6

Browse files
committed
remove commitId to check if it creates comment
1 parent 8bbcfda commit 4fd07c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/now.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ function deploy(context, sha) {
123123
ghPR.createComment(
124124
{
125125
body: comment,
126-
commit_id: process.env.TRAVIS_COMMIT,
127126
},
128127
noop,
129128
);
129+
} else {
130+
console.log('No PR found');
130131
}
131132
});
132133
}

0 commit comments

Comments
 (0)