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.
2 parents 49aee29 + 91327cc commit 15dce60Copy full SHA for 15dce60
src/utils.ts
@@ -57,7 +57,7 @@ const toRef = (url: string) => {
57
const result = patterns.url.first.exec(url);
58
if (!result) {
59
console.error(
60
- `Expected to transform url (${url}) to GitHub reference, but it did not match pattern'`,
+ `Expected to transform url (${url}) to GitHub reference, but it did not match pattern`,
61
);
62
return "";
63
}
0 commit comments