fix: use correct link for output

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-09-09 15:50:14 +02:00
parent c4e37e611c
commit 0ef59d53dc
@@ -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: {