Skip to content

Commit 92ec29b

Browse files
committed
Update template action
1 parent 5e3b13b commit 92ec29b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
fold:
10+
main:
1111
runs-on: ubuntu-latest
1212

1313
steps:

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ enum BackgroundColor {
3232
}
3333

3434
export function logInfo(message: string): void {
35-
const textFormat = `${TextEffect.Blink}${ForegroundColor.Cyan}${BackgroundColor.White}`;
35+
const textFormat = `${TextEffect.Underscore}${ForegroundColor.Cyan}${BackgroundColor.Black}`;
3636
console.log(`${textFormat}${message}${ColorReset}`);
3737
}

0 commit comments

Comments
 (0)