Skip to content

Commit

Permalink
Merge pull request #77 from gsmet/updates-2
Browse files Browse the repository at this point in the history
Update to Build Reporter 3.4.1
  • Loading branch information
gsmet authored Jan 30, 2024
2 parents 9f2abd7 + bda78a6 commit 32f2cfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<formatter-plugin.version>2.23.0</formatter-plugin.version>

<quarkus-github-action.version>2.1.1</quarkus-github-action.version>
<build-reporter.version>3.4.0</build-reporter.version>
<build-reporter.version>3.4.1</build-reporter.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ void postJobSummary(Inputs inputs, Commands commands, Context context, GitHub gi
.workflowJobComparator(QuarkusWorkflowJobComparator.INSTANCE)
.build();

Optional<String> report = buildReporterActionHandler.generateReport(workflowRun, buildReportsArtifactsPath,
buildReporterConfig);
Optional<String> report = buildReporterActionHandler.generateReport(context.getGitHubWorkflow(), workflowRun,
buildReportsArtifactsPath, buildReporterConfig);

if (report.isEmpty()) {
return;
Expand Down

0 comments on commit 32f2cfb

Please sign in to comment.