Skip to content

Commit 00dba38

Browse files
author
Automated Publisher
committed
Automated publish: Fri Jun 9 06:55:17 UTC 2023 46e0c62
1 parent 46e0c62 commit 00dba38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10234,7 +10234,7 @@ function handleWorkflowLogsPerJob(args, workflowRunId) {
1023410234
return __awaiter(this, void 0, void 0, function* () {
1023510235
const mode = args.workflowLogMode;
1023610236
const token = args.token;
10237-
const owner = args.token;
10237+
const owner = args.owner;
1023810238
const repo = args.repo;
1023910239
const handler = logHandlerFactory(mode);
1024010240
if (handler == null) {
@@ -10291,7 +10291,7 @@ function logHandlerFactory(mode) {
1029110291
}
1029210292
function escapeImportedLogs(str) {
1029310293
return str.replace(/^/mg, "| ")
10294-
.replace(/^(##\[[^\]]+\])/gm, "| $1");
10294+
.replace(/##\[([^\]]+)\]/gm, "##<$1>");
1029510295
}
1029610296

1029710297

0 commit comments

Comments
 (0)