Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 19, 2024
1 parent b1ff71e commit d2b9475
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 @@ -49,7 +49,7 @@ jobs:
let output = 'VirusTotal Report';
let lines = analysis.split(',');
for (let line of lines) {
output += '- ' + file.replace('=https', ': https') + '\n';
output += '- ' + line.replace('=https', ': https') + '\n';
}
const { data: comments } = await github.rest.issues.listComments({
owner: context.repo.owner,
Expand Down

0 comments on commit d2b9475

Please sign in to comment.