Skip to content

Commit 92837af

Browse files
committed
dist: build new artifacts
Signed-off-by: Nico Korthout <[email protected]>
1 parent 570d25d commit 92837af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ const toRef = (url) => {
12081208
// so this maps the urls to GitHub refs by matching again without the global flag
12091209
const result = patterns.url.first.exec(url);
12101210
if (!result) {
1211-
console.error(`Expected to transform url (${url}) to GitHub reference, but it did not match pattern'`);
1211+
console.error(`Expected to transform url (${url}) to GitHub reference, but it did not match pattern`);
12121212
return "";
12131213
}
12141214
const [, org, repo, number] = result;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)