Skip to content

Commit 05df7d5

Browse files
🩹 [Patch]: Update log group separators for improved visual clarity
1 parent b71f473 commit 05df7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/main.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param()
44
$DebugPreference = $env:GITHUB_ACTION_INPUT_Debug -eq 'true' ? 'Continue' : 'SilentlyContinue'
55
$VerbosePreference = $env:GITHUB_ACTION_INPUT_Verbose -eq 'true' ? 'Continue' : 'SilentlyContinue'
66
$env:PSMODULE_GITHUB_SCRIPT = $true
7-
7+
Write-Host '━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━'
88
'::group::GitHub-Script | Setup GitHub PowerShell'
99

1010
$Name = 'GitHub'
@@ -78,4 +78,4 @@ LogGroup 'GitHub-Script | GitHub module configuration' {
7878
Get-GitHubConfig | Format-List
7979
}
8080

81-
Write-Host '━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━'
81+
Write-Host '━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━'

0 commit comments

Comments
 (0)