We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05329a9 commit 9e89a2aCopy full SHA for 9e89a2a
src/report.ts
@@ -59,7 +59,7 @@ export function getReport({
59
);
60
61
const formattedResults = result.map(({ repository, diff: rawDiff }) => {
62
- const head = repository.commit;
+ const head = `[${repository.repository}@${repository.commit}](https://github.com/${repository.repository}/tree/{repository.commit})`;
63
const diff = formatDiff(rawDiff);
64
const length =
65
title.length +
0 commit comments