Skip to content

Commit

Permalink
Add color
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Nov 26, 2021
1 parent 29bcb9f commit b1777d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pre/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pre/index.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export function printInfo(web_url) {
console.log("View security insights and recommended policy at:");
console.log(
"\x1b[32m%s\x1b[0m",
"View security insights and recommended policy at:"
);

console.log(
`${web_url}/github/${process.env["GITHUB_REPOSITORY"]}/actions/runs/${process.env["GITHUB_RUN_ID"]}`
);
Expand Down

0 comments on commit b1777d5

Please sign in to comment.