Skip to content

Commit

Permalink
Use markdown links
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 19, 2024
1 parent d27353d commit 7893f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
let output = 'VirusTotal Report:\n';
let lines = analysis.split(',');
for (let line of lines) {
output += '- ' + line.replace('=https', ': https') + '\n';
output += '- [' + line.replace('./downloads/', '').replace('=https', '](https') + ')\n';
}
const { data: comments } = await github.rest.issues.listComments({
owner: context.repo.owner,
Expand Down

0 comments on commit 7893f3b

Please sign in to comment.