From e3de69d16606ed23f2b886ef0aa067e1e358e04b Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 25 Nov 2021 11:13:49 +0100 Subject: [PATCH] Fix job delimitation loop --- .../templates/WorkflowReportFormatter/checkRunReport.md | 2 +- .../templates/WorkflowReportFormatter/commentReport.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/WorkflowReportFormatter/checkRunReport.md b/src/main/resources/templates/WorkflowReportFormatter/checkRunReport.md index 1413351..371278c 100644 --- a/src/main/resources/templates/WorkflowReportFormatter/checkRunReport.md +++ b/src/main/resources/templates/WorkflowReportFormatter/checkRunReport.md @@ -49,7 +49,7 @@

We were unable to extract a useful error message.

{/if} {/for} -{#if module_hasNext} +{#if job_hasNext} --- diff --git a/src/main/resources/templates/WorkflowReportFormatter/commentReport.md b/src/main/resources/templates/WorkflowReportFormatter/commentReport.md index 544ce25..c71f4b9 100644 --- a/src/main/resources/templates/WorkflowReportFormatter/commentReport.md +++ b/src/main/resources/templates/WorkflowReportFormatter/commentReport.md @@ -67,7 +67,7 @@ Full information is available in the [Build summary check run]({checkRun.htmlUrl {/if} {/for} -{#if module_hasNext} +{#if job_hasNext} ---