Skip to content

Commit 7b42fca

Browse files
committed
Fixes markdown
1 parent 177a78a commit 7b42fca

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/actions/file/src/generateIssueBody.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ export function generateIssueBody(finding: Finding, repoWithOwner: string): stri
1515
let screenshotSection;
1616
if (finding.screenshotId) {
1717
const screenshotUrl = `https://raw.githubusercontent.com/${repoWithOwner}/gh-cache/.screenshots/${finding.screenshotId}.png`;
18-
screenshotSection = `\n\n
19-
20-
![Screenshot of the issue on ${finding.url}](${screenshotUrl})
21-
`;
18+
screenshotSection = `
19+
![Screenshot of the issue on ${finding.url}](${screenshotUrl})
20+
`;
2221
}
2322

2423
const acceptanceCriteria = `## Acceptance Criteria

0 commit comments

Comments
 (0)