Skip to content

Commit

Permalink
test hyperlink
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jun 26, 2024
1 parent 644587f commit 1fc5c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class GitHub {
let message = atob(warning.short).replace(/\s\(line \d+\)$/, '');
if (warning.url) {
// https://github.com/docker/buildx/blob/d8c9ebde1fdcf659f1fa3efa6ccc27a28b0f1564/commands/build.go#L854
message += `\nMore info: ${warning.url}`;
message += `\nMore info: [${warning.url}](${warning.url})`;
}

// GitHub annotations don't clearly show ranges of lines, so we'll just
Expand Down

0 comments on commit 1fc5c48

Please sign in to comment.