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 987d527 commit 7b780b4Copy full SHA for 7b780b4
lib/routes/actions/github.js
@@ -359,7 +359,7 @@ function doubleEncode (str) {
359
360
function createServerSelectionUrl (owner, gitInfo) {
361
return 'https://' + process.env.DOMAIN + '/' + owner + '/serverSelection/' +
362
- gitInfo.repo + '?branch=' + doubleEncode(gitInfo.branch) +
+ gitInfo.repoName + '?branch=' + doubleEncode(gitInfo.branch) +
363
'&pr=' + gitInfo.number +
364
'&commit=' + gitInfo.commit +
365
'&message=' + doubleEncode(gitInfo.headCommit.message);
0 commit comments