Skip to content

Commit

Permalink
fix report location
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeduartel authored Jul 5, 2024
1 parent cae1e62 commit 54a064a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ import { findComment } from "./modules/find-comment/main";
body: reportBody,
});
}

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

let resultMessage = `Quality gate status for \`${inputs.projectKey}\` returned \`${result.projectStatus.status}\``;
if (
Expand Down

0 comments on commit 54a064a

Please sign in to comment.