This commit is contained in:
Colin McDonnell
2025-12-17 12:59:43 -08:00
parent 2c92e27b4d
commit bd932e7696
3 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export function buildPullfrogFooter(params: BuildPullfrogFooterParams): string {
if (params.workflowRun) {
const baseUrl = `https://github.com/${params.workflowRun.owner}/${params.workflowRun.repo}/actions/runs/${params.workflowRun.runId}`;
const url = params.workflowRun.jobId ? `${baseUrl}/job/${params.workflowRun.jobId}` : baseUrl;
parts.push(`[workflow run](${url})`);
parts.push(`[View workflow run](${url})`);
}
const allParts = [