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.
1 parent 46e0c62 commit 00dba38Copy full SHA for 00dba38
dist/index.js
@@ -10234,7 +10234,7 @@ function handleWorkflowLogsPerJob(args, workflowRunId) {
10234
return __awaiter(this, void 0, void 0, function* () {
10235
const mode = args.workflowLogMode;
10236
const token = args.token;
10237
- const owner = args.token;
+ const owner = args.owner;
10238
const repo = args.repo;
10239
const handler = logHandlerFactory(mode);
10240
if (handler == null) {
@@ -10291,7 +10291,7 @@ function logHandlerFactory(mode) {
10291
}
10292
function escapeImportedLogs(str) {
10293
return str.replace(/^/mg, "| ")
10294
- .replace(/^(##\[[^\]]+\])/gm, "| $1");
+ .replace(/##\[([^\]]+)\]/gm, "##<$1>");
10295
10296
10297
0 commit comments