Skip to content

Commit

Permalink
fix Rename view to download in output fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 authored and brenoepics committed Sep 28, 2024
1 parent c6fa2bc commit b8db7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/commentTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const coverageInfo: string = `
`;

export const artifactText: string = `
🔍 [View Full Analysis Details](../actions/runs/{{runId}}/artifacts/{{artifactId}})
🔍 [Download Full Analysis Details](../actions/runs/{{runId}}/artifacts/{{artifactId}})
`;

export function getCommentTemplate(
Expand Down

0 comments on commit b8db7e9

Please sign in to comment.