Skip to content

Commit

Permalink
Add new line to report
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 19, 2024
1 parent 75926ef commit d27353d
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 @@ -47,7 +47,7 @@ jobs:
script: |
const analysis = '${{steps.virustotal.outputs.analysis}}';
if (!analysis) return;
let output = 'VirusTotal Report';
let output = 'VirusTotal Report:\n';
let lines = analysis.split(',');
for (let line of lines) {
output += '- ' + line.replace('=https', ': https') + '\n';
Expand Down

0 comments on commit d27353d

Please sign in to comment.