We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b51785 commit ba57f0aCopy full SHA for ba57f0a
pull_request_url.ts
@@ -88,7 +88,7 @@ async function getRemoteDefaultBranch(
88
["remote", "show", remote],
89
options,
90
);
91
- const m = stdout.match(/HEAD branch: (.*)$/);
+ const m = stdout.match(/HEAD branch: (.*)/);
92
if (!m) {
93
return undefined;
94
}
0 commit comments