Skip to content

Commit 2db4b3d

Browse files
committed
url
1 parent e3e5968 commit 2db4b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for (const file of readdirRecursively(".")) {
5757
if (outputMatch && outputMatch.length > 0) {
5858
const url = `https://github.com/${owner}/${repo}/actions/runs/${runId}/job/${jobId}#step:${stepId}:1`;
5959

60-
const appendString = `detected warnings in the compilation output\n${url}\n<details><summary>compilation output</summary>\n\n\`\`\`\n${compilationOutput}\n\`\`\`\n</details>\n`;
60+
const appendString = `detected warnings in the compilation output\n<${url}>\n<details><summary>compilation output</summary>\n\n\`\`\`\n${compilationOutput}\n\`\`\`\n</details>\n`;
6161
if (body) {
6262
body += appendString;
6363
} else {

0 commit comments

Comments
 (0)