Skip to content

Commit

Permalink
add output reportBody
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeduartel authored Jul 4, 2024
1 parent 9e33e95 commit 8d4ddb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ import { findComment } from "./modules/find-comment/main";
context,
inputs.branch
);

core.setOutput("quality-gate-report", reportBody);

console.log("Finding comment associated with the report...");

Expand Down

0 comments on commit 8d4ddb2

Please sign in to comment.