Skip to content

Commit b1777d5

Browse files
committed
Add color
1 parent 29bcb9f commit b1777d5

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/common.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
export function printInfo(web_url) {
2-
console.log("View security insights and recommended policy at:");
2+
console.log(
3+
"\x1b[32m%s\x1b[0m",
4+
"View security insights and recommended policy at:"
5+
);
6+
37
console.log(
48
`${web_url}/github/${process.env["GITHUB_REPOSITORY"]}/actions/runs/${process.env["GITHUB_RUN_ID"]}`
59
);

0 commit comments

Comments
 (0)