Fix issue url in release PR (#2577)
This commit is contained in:
parent
2bbb458f56
commit
1eecdfa5c1
1 changed files with 1 additions and 1 deletions
|
@ -252,5 +252,5 @@ async function createIssue(newBug, version, octokit) {
|
|||
)}: false\n**Additional Info:**\nSpec: ${newBug.spec}`,
|
||||
labels: ["tests"],
|
||||
});
|
||||
return issue.data.url;
|
||||
return issue.data.html_url;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue