Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
oycyc committed Aug 22, 2024
1 parent 37f41b7 commit 7dc413b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25161,6 +25161,10 @@ function formatResults(results, coverageResults, showCoverage) {
row += `| ${detailsColumn} |\n`;
output += row;
}
if (process.env.indicate_source_message === "true") {
output +=
"\n\n<small>Report generated by [🧪 GitHub Actions for OPA Rego Test](https://github.com/masterpointio/github-action-opa-rego-test)</small>";
}
return output;
}
function main() {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 7dc413b

Please sign in to comment.