fix: use correct link for output
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ const createPullRequest = async (opts: {
|
||||
}
|
||||
|
||||
const r = await response.json();
|
||||
return r.links.self.href;
|
||||
return r.links.html.href;
|
||||
};
|
||||
|
||||
const findBranches = async (opts: {
|
||||
|
||||
Reference in New Issue
Block a user